fix: 标准解读流程标准对比修改

This commit is contained in:
wxyclub
2024-06-19 17:39:48 +08:00
parent 2938017ae4
commit 0a733f63d3
@@ -184,7 +184,8 @@
v-if="form.itemsNum1"
align="center">
<template slot-scope="scope">
<el-button class="common-button-primary" size="mini" type="primary" @click="checkBD(scope.row.itemsId, scope.row.itemsId2, scope.row.itemsNum)">查看比对</el-button>
<!-- 对象中的id和itemId应相同但数据在之前的流程中处出现错误导致itemId出错这里改用id -->
<el-button class="common-button-primary" size="mini" type="primary" @click="checkBD(scope.row.id, scope.row.itemsId2 ,scope.row.itemsNum)">查看比对</el-button>
</template>
</el-table-column>
</el-table>