diff --git a/ui/src/components/power/CommonTable.vue b/ui/src/components/power/CommonTable.vue
index 5f9ccfa..cb527b7 100644
--- a/ui/src/components/power/CommonTable.vue
+++ b/ui/src/components/power/CommonTable.vue
@@ -8,14 +8,26 @@
-
+
无
- {{
+ {{
+ column
+ }}
+
+
+
+
+ 无
+ {{
column
}}
@@ -42,7 +54,8 @@ export default {
props: {
tableDate: Array,
tableLoading: Boolean,
- customColumnLabel: String
+ customColumnLabel_1: String,
+ customColumnLabel_2: String
}
}
diff --git a/ui/src/pages/power/GroupManagement.vue b/ui/src/pages/power/GroupManagement.vue
index ca43691..a5318d2 100644
--- a/ui/src/pages/power/GroupManagement.vue
+++ b/ui/src/pages/power/GroupManagement.vue
@@ -19,7 +19,7 @@
:table-loading="tableLoading"
@onEdit="handleEdit"
@onDelete="handleDelete"
- customColumnLabel="角色"
+ custom-column-label_1="角色"
/>
{
operas.push(value.name)
})
- role.customColumn.push(
+ role.customColumn_1.push(
`${menu.name}/${element.name}/${_.join(operas, ';')}`
)
}