fix:光芯放开车间库存检验

This commit is contained in:
shijing 2025-03-20 16:06:35 +08:00
parent 6c10a0d5d6
commit ca1e8c9cb0
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
width="100"
>
<template #default="scope">
<!-- <el-button
<el-button
link size="small"
@click="table_Check(scope.row)"
v-auth="'ftestwork.create'"
@ -121,7 +121,7 @@
@click="tableCheckList(scope.row)"
v-if="scope.row.defect_name == null"
>检验记录
</el-button> -->
</el-button>
<el-button @click="printMaterial(scope.row)" type="text">物料标签</el-button>
</template>
</el-table-column>