优化预报废列表字段展示问题

This commit is contained in:
BianLzhaoMin 2024-05-15 11:29:17 +08:00
parent 244c850889
commit 74664cd0b4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
data.repairCode data.repairCode
}}</template> }}</template>
<template v-if="data.scrapSource === 2">{{ <template v-if="data.scrapSource === 2">{{
data.scrapNum data.repairNum
}}</template> }}</template>
</template> </template>
<!--审核状态 --> <!--审核状态 -->