firstTest
This commit is contained in:
parent
5dce8ae662
commit
a388a1ad3d
|
@ -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')"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue