|
@@ -20,9 +20,9 @@
|
|
|
<template #title="{ row }">
|
|
|
<order-detail :order="row.order" @updateList="queryList">{{ row.order?.title }}</order-detail>
|
|
|
</template>
|
|
|
- <template #operation="{ row }">
|
|
|
- <order-detail :order="row.order" @updateList="queryList" />
|
|
|
- </template>
|
|
|
+ <template #operation="{ row }">
|
|
|
+ <order-detail :order="row.order" @updateList="queryList" />
|
|
|
+ </template>
|
|
|
</ProTable>
|
|
|
</el-card>
|
|
|
</div>
|
|
@@ -83,7 +83,7 @@ const columns = ref<any[]>([
|
|
|
{ prop: 'order.acceptType', label: '受理类型', width: 100 },
|
|
|
{ prop: 'order.hotspotName', label: '热点分类', width: 150 },
|
|
|
{ prop: 'visitDetail.orgProcessingResultsText', label: '满意度' },
|
|
|
- { prop: 'operation', label: '操作', fixed: 'right', width: 90, align: 'center' },
|
|
|
+ { prop: 'operation', label: '操作', fixed: 'right', width: 90, align: 'center' },
|
|
|
]);
|
|
|
const state = reactive({
|
|
|
queryParams: {
|
|
@@ -112,7 +112,7 @@ const queryList = () => {
|
|
|
PageSize: state.queryParams.PageSize,
|
|
|
OrgName: routeQueryParams.OrgName,
|
|
|
OrgId: routeQueryParams?.OrgId,
|
|
|
- TypeId: routeQueryParams?.TypeId,
|
|
|
+ VisitTypeId: routeQueryParams?.VisitTypeId,
|
|
|
CDPN: routeQueryParams?.CDPN,
|
|
|
StartTime: routeQueryParams?.StartTime,
|
|
|
EndTime: routeQueryParams?.EndTime,
|