修改 技术监督 现场问题
This commit is contained in:
@@ -125,7 +125,7 @@ const tableStore = new TableStore({
|
||||
icon: 'el-icon-Open',
|
||||
render: 'basicButton',
|
||||
showDisabled: row => {
|
||||
return row.createBy != adminInfo.$state.id || !(row.dataType == 0 || row.dataType == 1)
|
||||
return row.createBy != adminInfo.$state.id || !( row.dataType == 1)
|
||||
},
|
||||
|
||||
click: row => {
|
||||
|
||||
Reference in New Issue
Block a user