firstTest

This commit is contained in:
shijing 2022-03-10 09:15:13 +08:00
parent 5dce8ae662
commit a388a1ad3d
1 changed files with 2 additions and 2 deletions

View File

@ -70,14 +70,14 @@
首件检验 首件检验
</el-link> </el-link>
<el-link <el-link
v-if="checkPermission(['first_test'])&&scope.row.first_test!==null&&!scope.row.first_test_.is_submited" v-else-if="checkPermission(['first_test'])&&scope.row.first_test!==null&&!scope.row.first_test_.is_submited"
type="primary" type="primary"
@click="handleTestContinue(scope)" @click="handleTestContinue(scope)"
> >
检验 检验
</el-link> </el-link>
<el-link <el-link
v-if="checkPermission(['first_audit'])&&scope.row.first_test_.is_submited&&(scope.row.leader_1===null||scope.row.leader_2===null||scope.row.leader_3===null)" v-else-if="checkPermission(['first_audit'])&&scope.row.first_test_.is_submited&&(scope.row.leader_1===null||scope.row.leader_2===null||scope.row.leader_3===null)"
type="primary" type="primary"
@click="handleSelectclick(scope,'0')" @click="handleSelectclick(scope,'0')"
> >