瀏覽代碼

展示名称修改

lucw 9 月之前
父節點
當前提交
58809c4610
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/technology/production/components/user-setting-matter.vue

+ 4 - 1
src/views/technology/production/components/user-setting-matter.vue

@@ -128,7 +128,10 @@
           {
             prop: 'rulesName',
             label: '名称',
-            align: 'center'
+            align: 'center',
+            formatter: (row) => {
+              return row.rulesName || row.itemTaskName;
+            }
           },
           {
             columnKey: 'action',