修改文件上传
This commit is contained in:
@@ -127,7 +127,10 @@ const tableStore = new TableStore({
|
||||
icon: 'el-icon-Open',
|
||||
render: 'basicButton',
|
||||
showDisabled: row => {
|
||||
return row.city != adminInfo.$state.deptName || !(row.dataType == 1)
|
||||
return (
|
||||
(row.city != adminInfo.$state.deptName && row.createBy != adminInfo.$state.id) ||
|
||||
!(row.dataType == 1)
|
||||
)
|
||||
},
|
||||
|
||||
click: row => {
|
||||
|
||||
Reference in New Issue
Block a user