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