浏览代码

修复批记录工位名称不显示的问题

695593266@qq.com 4 月之前
父节点
当前提交
7cdf7dba04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/batchRecord/components/tables/qualityInspection.vue

+ 1 - 1
src/views/batchRecord/components/tables/qualityInspection.vue

@@ -80,7 +80,7 @@
             minWidth: 150
           },
           {
-            prop: 'workstationName',
+            prop: 'assignObjectName',
             label: '工位名称',
             align: 'center',
             showOverflowTooltip: true,