|
@@ -84,7 +84,7 @@
|
|
|
</vxe-column>
|
|
|
<vxe-column field="title" title="工单标题" width="200">
|
|
|
<template #default="{ row }">
|
|
|
- <order-detail :order="row" @updateList="queryList">{{ row.title }}</order-detail>
|
|
|
+ <order-detail :order="{ ...row, id: row.orderId }" @updateList="queryList">{{ row.title }}</order-detail>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
<vxe-column field="visitUser" title="回访人" width="120"></vxe-column>
|