|
@@ -424,10 +424,14 @@
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="
|
|
|
- $checkBtnRole('edit', $route.meta.roles) &&
|
|
|
- !scope.row.automaticStatus &&
|
|
|
- (scope.row.examineStatus === 'SAVE' || scope.row.examineStatus === 'FAIL') &&
|
|
|
- scope.row.type === 2
|
|
|
+ ($checkBtnRole('edit', $route.meta.roles) &&
|
|
|
+ !scope.row.automaticStatus &&
|
|
|
+ (scope.row.examineStatus === 'SAVE' || scope.row.examineStatus === 'FAIL') &&
|
|
|
+ scope.row.type === 2) ||
|
|
|
+ ($checkBtnRole('edit', $route.meta.roles) &&
|
|
|
+ scope.row.automaticStatus &&
|
|
|
+ scope.row.examineStatus === 'SAVE' &&
|
|
|
+ scope.row.type == 2)
|
|
|
"
|
|
|
type="text"
|
|
|
@click="toReturnForm(scope.row)"
|