This commit is contained in:
shijing 2025-08-04 15:42:40 +08:00
parent 5bd5021a16
commit e588516177
1 changed files with 2 additions and 2 deletions

View File

@ -114,14 +114,14 @@
@click="table_Check(scope.row)"
v-auth="'ftestwork.create'"
type="primary"
v-if="scope.row.defect_name == null"
v-if="scope.row.mgroup_name == '黑化'"
>检验
</el-button>
<el-button
link size="small"
type="warning"
@click="tableCheckList(scope.row)"
v-if="scope.row.defect_name == null"
v-if="scope.row.mgroup_name == '黑化'"
>检验记录
</el-button>
<el-button @click="printMaterial(scope.row)" type="text">物料标签</el-button>