|
@@ -427,9 +427,10 @@
|
|
|
</el-popconfirm>
|
|
|
<el-popconfirm
|
|
|
v-if="
|
|
|
- $checkBtnRole('apply', $route.meta.roles) &&
|
|
|
+ !isCustomer && $checkBtnRole('apply', $route.meta.roles) &&
|
|
|
(!scope.row.automaticStatus &&
|
|
|
scope.row.examineStatus === 'WAIT') ||
|
|
|
+ !isCustomer &&
|
|
|
$checkBtnRole('apply', $route.meta.roles) &&
|
|
|
(scope.row.automaticStatus &&
|
|
|
scope.row.examineStatus === 'OK' &&
|
|
@@ -443,9 +444,11 @@
|
|
|
</el-popconfirm>
|
|
|
<el-popconfirm
|
|
|
v-if="
|
|
|
+ !isCustomer &&
|
|
|
$checkBtnRole('examine', $route.meta.roles) &&
|
|
|
(!scope.row.automaticStatus &&
|
|
|
scope.row.examineStatus === 'OK') ||
|
|
|
+ !isCustomer &&
|
|
|
$checkBtnRole('apply', $route.meta.roles) &&
|
|
|
(scope.row.automaticStatus && !isCustomer &&
|
|
|
scope.row.examineStatus === 'OK' &&
|