perf: menu、role列表重构完成
This commit is contained in:
@@ -16,7 +16,6 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
batchDeleteObjs: [],
|
||||
operationWidth: '165' // 操作列宽
|
||||
}
|
||||
},
|
||||
@@ -35,6 +34,9 @@ export default {
|
||||
break
|
||||
}
|
||||
},
|
||||
selectionChange (objs) {
|
||||
this.$emit('selectionChange', objs)
|
||||
},
|
||||
isBuiltIn (row) {
|
||||
return (row.buildIn && row.buildIn == 1) || (row.builtIn && row.builtIn == 1)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user