Browse Source

reactor:492 市州通用-【部门满意度明细】增加字段和对应查询条件

zhangchong 2 weeks ago
parent
commit
7641b4484f
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .env.development
  2. 2 2
      src/views/snapshot/reSend/supplyLog.vue

+ 1 - 1
.env.development

@@ -3,7 +3,7 @@ VITE_MODE_NAME=development
 # 防止部署多套系统到同一域名不同目录时,变量共用的问题 设置不同的前缀
 VITE_STORAGE_NAME=dev
 # 业务系统基础请求地址
-VITE_API_URL=http://110.188.24.28:50100
+VITE_API_URL=http://110.188.24.28:50200
 # 业务系统socket请求地址
 VITE_API_SOCKET_URL=http://110.188.24.28:50100/hubs/hotline
 # 业务系统文件上传上传请求地址

+ 2 - 2
src/views/snapshot/reSend/supplyLog.vue

@@ -26,7 +26,7 @@
 					<span v-else>{{ row.statusTxt }}</span>
 				</template>
 				<template #order_detail="{ row }">
-					<order-detail :order="{ id: row.orderId }" @updateList="queryList">{{ row.no }}</order-detail>
+					<order-detail :order="{ id: row.orderId }" @updateList="queryList">{{ row.title }}</order-detail>
 				</template>
 				<template #pager>
 					<pagination
@@ -179,7 +179,7 @@ const gridOptions = reactive<any>({
 			width: 120,
 		},
 		{
-			field: 'replenishType',
+			field: 'auditType',
 			title: '补充奖励类型',
 			width: 120,
 		},