fix:coding#803#849#32交接记录里加显示板段号列、搜索里加扫码批次查询
This commit is contained in:
parent
1590c37b94
commit
0d5aab23d4
|
@ -83,6 +83,11 @@
|
||||||
{{item.defect_name}}
|
{{item.defect_name}}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
|
<!-- {{ item }} -->
|
||||||
|
<!-- {{ item.handoverbw }} -->
|
||||||
|
<div v-if="item.handoverbw&&item.handoverbw.length>0">
|
||||||
|
板段号:<span v-for="bwItem in item.handoverbw" :key="bwItem.id">{{ bwItem.number }}、</span>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue