大哥建联统计

This commit is contained in:
pengxiaolong
2025-11-12 18:55:21 +08:00
parent 268b138790
commit 2ef64a6254
7 changed files with 322 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
import { BigBrotherApi } from "@/api/server/bigbrother";
import Search from "@/components/Search/src/Search.vue";
import { max } from "lodash-es";
import { BigBrotherApi } from '@/api/server/bigbrother'
import Search from '@/components/Search/src/Search.vue'
import { max } from 'lodash-es'
export default {
common: {
@@ -59,8 +59,7 @@ export default {
copy: '复制',
copySuccess: '复制成功',
copyError: '复制失败',
perPage: '每页',
perPage: '每页'
},
lock: {
lockScreen: '锁定屏幕',
@@ -172,8 +171,7 @@ export default {
BigBrotherManage: '大哥管理',
BigBrotherDataManage: '大哥数据管理(管理)',
BigBrotherList: '大哥列表(员工)',
staffBigBrotherManage: '员工大哥管理(管理)',
staffBigBrotherManage: '员工大哥管理(管理)'
},
analysis: {
newUser: '新增用户',
@@ -201,10 +199,11 @@ export default {
allianceAdvertising: '联盟广告',
videoAdvertising: '视频广告',
searchEngines: '搜索引擎',
weeklyUserActivity: '当日建联数',
weeklyUserActivity: '建联主播数',
weeklyUserActivityDesc: '建联大哥数',
activeQuantity: '建联数',
alreadyJianlian:'已建联',
noAlliance:'未建联',
alreadyJianlian: '已建联',
noAlliance: '未建联',
monday: '周一',
tuesday: '周二',
wednesday: '周三',
@@ -488,8 +487,8 @@ export default {
placeHostsKind: '请输入直播类型 如:游戏 ',
isAssigned: '是否分配',
aiOperation: '是否AI介入',
sortType:'排序类型',
sortName:'排序名字',
sortType: '排序类型',
sortName: '排序名字',
placeIsAssigned: '请选择是否已经分配给员工',
placeaiOperation: '请筛选是否AI介入',
createTime: '创建时间',
@@ -509,9 +508,9 @@ export default {
edit: '编辑',
delete: '删除',
cancel: '取消',
confirm: '确定',
confirm: '确定'
},
employee:{
employee: {
hostsId: '主播id',
placeHostId: '请输入主播id',
hostsLevel: '主播等级',
@@ -552,8 +551,8 @@ export default {
action: '操作',
remark: '备注',
flag: '旗帜',
loadNext:'下一页',
previous:'上一页',
loadNext: '下一页',
previous: '上一页'
},
country: {
greece: '希腊大区',
@@ -591,21 +590,21 @@ export default {
fllowernum: '关注数',
updateTime: '更新时间'
},
hostsInvitationType:{
eliteTicket:'金票',
regularTicket:'普票',
hostsInvitationType: {
eliteTicket: '金票',
regularTicket: '普票'
},
Assigned:{
yes:'是',
Assigned: {
yes: '是',
no: '否'
},
sortState:{
sortState: {
asc: '升序',
desc: '降序'
},
operational:{
operational: {
contact: '转化',
noContact: '未转化',
noContact: '未转化'
},
'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
}