Эх сурвалжийг харах

reactor:500 屏蔽部门受理类型表头及列数据(意见、惠民帮助、大气污染、其他);

zhangchong 2 долоо хоног өмнө
parent
commit
d994dad6a5

+ 2 - 2
.env.development

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

+ 4 - 4
src/views/statistics/department/detailDpAccept.vue

@@ -147,7 +147,7 @@
 							<span v-else>{{ scope.row.jyAllCount }}</span>
 						</template>
 					</vxe-column>
-					<vxe-column title="意见" field="yjAllCount" min-width="100">
+<!--					<vxe-column title="意见" field="yjAllCount" min-width="100">
 						<template #default="scope">
 							<el-button
 								type="primary"
@@ -185,7 +185,7 @@
 							</el-button>
 							<span v-else>{{ scope.row.dqAllCount }}</span>
 						</template>
-					</vxe-column>
+					</vxe-column>-->
 					<vxe-column title="表扬" field="byAllCount" min-width="100">
 						<template #default="scope">
 							<el-button
@@ -199,7 +199,7 @@
 							<span v-else>{{ scope.row.byAllCount }}</span>
 						</template>
 					</vxe-column>
-					<vxe-column title="其他" field="qtAllCount" min-width="100">
+<!--					<vxe-column title="其他" field="qtAllCount" min-width="100">
 						<template #default="scope">
 							<el-button
 								type="primary"
@@ -211,7 +211,7 @@
 							</el-button>
 							<span v-else>{{ scope.row.qtAllCount }}</span>
 						</template>
-					</vxe-column>
+					</vxe-column>-->
 					<vxe-column title="小计" field="allCount" min-width="100"> </vxe-column>
 				</vxe-table>
 			</div>

+ 4 - 4
src/views/statistics/department/dpAccept.vue

@@ -113,7 +113,7 @@
 							<span v-else>{{scope.row.jyAllCount}}</span>
 						</template>
 					</vxe-column>
-					<vxe-column title="意见" field="yjAllCount" min-width="100">
+<!--					<vxe-column title="意见" field="yjAllCount" min-width="100">
 						<template #default="scope">
 							<el-button type="primary" link @click="linkDetail(scope, scope.row.jyAcceptanceTypeCode)" v-if="!['市直合计', '区县合计'].includes(scope.row.orgName)">
 								{{ scope.row.yjAllCount }}
@@ -136,7 +136,7 @@
 							</el-button>
 							<span v-else>{{scope.row.dqAllCount}}</span>
 						</template>
-					</vxe-column>
+					</vxe-column>-->
 					<vxe-column title="表扬" field="byAllCount" min-width="100">
 						<template #default="scope">
 							<el-button type="primary" link @click="linkDetail(scope, scope.row.byAcceptanceTypeCode)" v-if="!['市直合计', '区县合计'].includes(scope.row.orgName)">
@@ -145,14 +145,14 @@
 							<span v-else>{{scope.row.byAllCount}}</span>
 						</template>
 					</vxe-column>
-					<vxe-column title="其他" field="qtAllCount" min-width="100">
+<!--					<vxe-column title="其他" field="qtAllCount" min-width="100">
 						<template #default="scope">
 							<el-button type="primary" link @click="linkDetail(scope, scope.row.qtAcceptanceTypeCode)" v-if="!['市直合计', '区县合计'].includes(scope.row.orgName)">
 								{{ scope.row.qtAllCount }}
 							</el-button>
 							<span v-else>{{scope.row.qtAllCount}}</span>
 						</template>
-					</vxe-column>
+					</vxe-column>-->
 					<vxe-column title="小计" field="allCount" min-width="100"> </vxe-column>
 				</vxe-table>
 			</div>