This commit is contained in:
shijing 2022-06-14 14:56:25 +08:00
parent 7640f53757
commit ab4898b993
2 changed files with 3 additions and 3 deletions

View File

@ -84,13 +84,12 @@
>检查表
</el-link>
<el-link
subproduction_delete
v-if="checkPermission(['material_update'])"
type="primary"
@click="handleEdit(scope)"
>编辑
</el-link>
<el-link
v-if="checkPermission(['material_update'])"
type="primary"
@click="handledetail(scope)"
>详情

View File

@ -69,13 +69,14 @@
>
<template slot-scope="scope">
<el-link
v-if="scope.row.state===10&&checkPermission['subplan_issue']"
type="primary"
@click="handleclick(scope)"
>
修改日期
</el-link>
<el-link
v-if="scope.row.state===10"
v-if="scope.row.state===10&&checkPermission['subplan_issue']"
type="primary"
@click="handleissuedclick(scope)"
>