|
@@ -467,10 +467,14 @@
|
|
<el-button type="text" @click="toDetail(scope.row)"> 详情 </el-button>
|
|
<el-button type="text" @click="toDetail(scope.row)"> 详情 </el-button>
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
v-if="
|
|
v-if="
|
|
- $checkBtnRole('del', $route.meta.roles) &&
|
|
|
|
- !scope.row.automaticStatus &&
|
|
|
|
- scope.row.type == 2 &&
|
|
|
|
- (scope.row.examineStatus !== 'OK' || scope.row.examineStatus === 'SAVE')
|
|
|
|
|
|
+ ($checkBtnRole('del', $route.meta.roles) &&
|
|
|
|
+ !scope.row.automaticStatus &&
|
|
|
|
+ scope.row.type == 2 &&
|
|
|
|
+ (scope.row.examineStatus !== 'OK' || scope.row.examineStatus === 'SAVE')) ||
|
|
|
|
+ ($checkBtnRole('del', $route.meta.roles) &&
|
|
|
|
+ scope.row.automaticStatus &&
|
|
|
|
+ scope.row.type == 2 &&
|
|
|
|
+ (scope.row.examineStatus !== 'OK' || scope.row.examineStatus === 'SAVE'))
|
|
"
|
|
"
|
|
style="margin-left: 10px"
|
|
style="margin-left: 10px"
|
|
title="确定删除吗?"
|
|
title="确定删除吗?"
|