|
@@ -67,7 +67,7 @@
|
|
|
<vxe-column field="order.sourceChannel" title="来源渠道" width="110"></vxe-column>
|
|
|
<vxe-column field="order.currentStepName" title="当前节点" width="120"></vxe-column>
|
|
|
<vxe-column field="order.no" title="工单编码" width="140"></vxe-column>
|
|
|
- <vxe-column field="order.title" title="工单标题" width="200">
|
|
|
+ <vxe-column field="order.title" title="工单标题" min-width="200">
|
|
|
<template #default="{ row }">
|
|
|
<order-detail :order="row.order" @updateList="queryList">{{ row.order?.title }}</order-detail>
|
|
|
</template>
|