修复版本bug

This commit is contained in:
dengxin
2024-02-20 22:25:58 +08:00
parent 1cf0e980f5
commit ecd03d7876
12 changed files with 445 additions and 310 deletions

View File

@@ -243,7 +243,7 @@ export default {
permissionList() {
return {
addBtn: this.vaildData(this.permission.tenant_talents_groupadd, false),
viewBtn: false,
viewBtn: true,
delBtn: this.vaildData(
this.permission.tenant_talents_groupdelete,
false
@@ -301,6 +301,7 @@ export default {
searchMenuSpan: 6,
border: true,
index: true,
viewBtn: true,
indexLabel: "序号",
selection: true,
dialogType: "dialog",