fix: 补充相关限制

This commit is contained in:
xuziqiang
2024-07-16 15:22:29 +08:00
parent 48569345aa
commit 0b619fe937
6 changed files with 18 additions and 7 deletions

View File

@@ -227,6 +227,7 @@ export const tableConfig = (el, elGroup, elFormula, defaultParams) => {
label: '编辑',
name: 'groupEdit',
type: 'primary',
dynamicDisabled: () => !defaultParams.value?.id,
handle: (a, b) => {
el.value.toggle();
},