lucw 8 месяцев назад
Родитель
Сommit
58809c4610

+ 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',