This commit is contained in:
bb_pan 2025-08-11 17:30:43 +08:00
parent 68db9d46b5
commit 8eb66958e4
1 changed files with 2 additions and 3 deletions

View File

@ -46,9 +46,8 @@
<uni-tr v-for="(item,index) in codeList" :key="item.id">
<uni-td style="font-size: 24rpx;text-align: center;">{{item.maCode}}</uni-td>
<uni-td style="font-size: 24rpx;text-align: center;">
<span>{{item.apDetection}}</span>
<!-- <uni-easyinput placeholder="外观" v-model="item.apDetection"/> -->
<!-- <span>{{ item.goodNum == 1 ? '完好' : '不合格' }}</span> -->
<span v-if="item.apDetection == '完好' || item.apDetection == '不合格'">{{item.apDetection}}</span>
<span v-else>{{ item.apDetection == 1 ? '完好' : '不合格' }}</span>
</uni-td>
<uni-td style="font-size: 24rpx;text-align: center;">{{item.createBy}}</uni-td>
<uni-td style="font-size: 24rpx;text-align: center;">{{item.createTime}}</uni-td>