-
+
@@ -447,7 +447,6 @@ export default {
// width: 100,
// filters: this.groupList,
customRender: (text, row, index) => {
- console.log(text)
let text1 = '系统'
this.groupList.forEach((item) => {
// text1 = '系统'
@@ -580,7 +579,8 @@ export default {
this.memberList.forEach((item, index) => {
// item.group = '部门' + ((index % 5) + 1)
// item1.children.forEach((item) => {
- console.log(item)
+ item.join = false
+ item.bigScreen = false
item.role = getAgencyRoleTypeById(item.agencyRole)
item.permission = getAgencyPermissionNameById(item.agencyPermissions)
// })
@@ -887,6 +887,14 @@ export default {
}
// }
},
+ /**
+ * 参与统计大屏显示状态切换
+ *
+ *
+ */
+ showChange(e) {
+ console.log(e)
+ },
},
}