fix:入库检验没有wpr时不显示检验记录

This commit is contained in:
shijing 2025-02-14 11:26:08 +08:00
parent 51398f2df4
commit afaa5e94bd
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@
<el-table-column label="操作" fixed="right" width="130">
<template #default="scope">
<el-button @click="changeCheckItem(scope.row)" type="text">检验</el-button>
<el-button @click="changeCheckRecord(scope.row)" type="text">检验记录</el-button>
<el-button v-if="scope.row.wpr" @click="changeCheckRecord(scope.row)" type="text">检验记录</el-button>
</template>
</el-table-column>
</el-table>