修改技术监督bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<TableHeader datePicker ref='TableHeaderRef'>
|
||||
<TableHeader datePicker nextFlag ref='TableHeaderRef'>
|
||||
<!-- <template #operation>-->
|
||||
<!-- <el-button icon="el-icon-Plus" type="primary" @click="add">新增</el-button>-->
|
||||
<!-- <el-button icon="el-icon-Delete" type="primary">删除</el-button>-->
|
||||
@@ -139,7 +139,7 @@ const tableStore = new TableStore({
|
||||
icon: 'el-icon-Open',
|
||||
render: 'basicButton',
|
||||
disabled: row => {
|
||||
return !(row.createBy == adminInfo.$state.id|| row.status == 3 || row.status == 4)
|
||||
return row.createBy != adminInfo.$state.id || !(row.status == 3 || row.status == 4)
|
||||
},
|
||||
click: row => {
|
||||
// deviceQuitPopup.value.open('重新发起', row)
|
||||
|
||||
Reference in New Issue
Block a user