联调 全景技术监督页面 修改 编辑禁止点击

This commit is contained in:
GGJ
2024-06-24 19:42:33 +08:00
parent 6292e7ab18
commit 8551527aa6
17 changed files with 39 additions and 36 deletions

View File

@@ -172,7 +172,7 @@ const tableStore = new TableStore({
type: 'primary',
icon: 'el-icon-Open',
render: 'basicButton',
disabled: row => {
showDisabled: row => {
return row.createBy != adminInfo.$state.id || !(row.status == 0)
},
click: row => {