修改 技术监督 现场问题

This commit is contained in:
GGJ
2024-07-23 15:03:48 +08:00
parent 049d0c1132
commit 33814bf712
13 changed files with 237 additions and 105 deletions

View File

@@ -127,6 +127,7 @@
v-for="item in btn.buttons"
:key="item.text"
:command="item"
:disabled="item.showDisabled && item.showDisabled(row, field)"
:style="{
color: item.type === 'primary' ? 'var(--el-color-primary)' : 'var(--el-color-danger)'
}"