|
@@ -380,7 +380,7 @@ const gridOptions = reactive<any>({
|
|
|
formatter: 'formatDate',
|
|
|
},
|
|
|
{ field: 'employeeName', title: '回访人', width: 120 },
|
|
|
- { field: 'orderTag', title: '工单标签', width: 140 },
|
|
|
+ { field: 'order.orderTag', title: '工单标签', width: 140 },
|
|
|
{ title: '操作', width: 80, fixed: 'right', align: 'center', slots: { default: 'action' } },
|
|
|
],
|
|
|
data: [],
|