lucw пре 8 месеци
родитељ
комит
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',