|
|
@@ -156,8 +156,7 @@ export default {
|
|
|
for (let i = 0; i < roleArr.length; i++) {
|
|
|
if (roleArr[i].name == "系统管理角色" && pageName == 'wjkzgl-ywyxjlsc') {
|
|
|
this.listConfig.toolbars.push({ key: 'remove' })
|
|
|
- this.listConfig.toolbars.push({ key: 'edit' })
|
|
|
-
|
|
|
+ // this.listConfig.toolbars.push({ key: 'edit' })
|
|
|
this.selection = true
|
|
|
return;
|
|
|
}
|
|
|
@@ -437,8 +436,7 @@ export default {
|
|
|
margin-top: -8px;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
-<style>
|
|
|
+
|
|
|
.main-container .div_test {
|
|
|
cursor: pointer;
|
|
|
}
|