联调 辽宁台账维护 页面 修改 冀北 bug

This commit is contained in:
GGJ
2024-08-15 20:31:02 +08:00
parent fd5458105e
commit 9e1bbe8dc3
23 changed files with 794 additions and 39 deletions

View File

@@ -178,10 +178,10 @@ const tableStore = new TableStore({
icon: 'el-icon-Open',
render: 'basicButton',
showDisabled: row => {
return row.createBy != adminInfo.$state.id || !(row.status == 0)
return !(row.status == 0 || row.status == 3)
},
disabled: row => {
return !(row.status == 0)
return !(row.status == 0 || row.status == 3)
},
click: row => {
dialogVisible.value = true