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

reactor:修复部门满意度统计明细导出

zhangchong 1 сар өмнө
parent
commit
802a083822

+ 2 - 2
src/views/snapshot/statistics/allOrder.vue

@@ -39,9 +39,9 @@
 					<el-button type="primary" @click="onObserve" v-auth="'snapshot:allOrder:follow'" :disabled="isChecked" :loading="state.loading"
 						>添加关注<span v-if="checkTable.length">({{ checkTable.length }})</span>
 					</el-button>
-					<el-button type="primary" @click="onKeynote" v-auth="'snapshot:allOrder:keynote'" :disabled="isChecked" :loading="state.loading"
+<!--					<el-button type="primary" @click="onKeynote" v-auth="'snapshot:allOrder:keynote'" :disabled="isChecked" :loading="state.loading"
 						>设置重点<span v-if="checkTable.length">({{ checkTable.length }})</span>
-					</el-button>
+					</el-button>-->
 				</template>
 				<template #statusTxt="{ row }">
 					<el-text type="danger" tag="b" v-if="[1, 2, 3, 9, 101, 102, 103, 104, 105, 200].includes(row.status)">{{ row.statusTxt }}</el-text>

+ 1 - 61
src/views/snapshot/statistics/industry.vue

@@ -84,7 +84,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'ybOrderCountNum',
 					title: '上报数量',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -98,12 +97,10 @@ const gridOptions = reactive<any>({
 				{
 					field: 'ybOrderCountNum',
 					title: '总办理时长',
-					width: 100,
 				},
 				{
 					field: 'zbOrderCountNum',
 					title: '重点工单',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -122,7 +119,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '自贡市',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -136,7 +132,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '自流井区',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -150,7 +145,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '高新区',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -164,7 +158,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '荣县',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -178,7 +171,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '富顺县',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -192,7 +184,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '沿滩区',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -206,7 +197,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '贡井区',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -220,7 +210,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '大安区',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -234,7 +223,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '外地',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -248,7 +236,6 @@ const gridOptions = reactive<any>({
 				{
 					field: 'zbOrderCountNum',
 					title: '其它',
-					width: 100,
 					slots: {
 						default({ row }) {
 							return (
@@ -260,54 +247,7 @@ const gridOptions = reactive<any>({
 					},
 				},
 			],
-		},
-		{
-			title: '归口部门标记',
-			children: [
-				{
-					field: 'zbOrderCountNum',
-					title: '属于本部门',
-					width: 100,
-					slots: {
-						default({ row }) {
-							return (
-								<el-button type="primary" onClick={() => linkDetail(row, 'zbOrderCountNum')} link>
-									{row.zbOrderCountNum}
-								</el-button>
-							);
-						},
-					},
-				},
-				{
-					field: 'zbOrderCountNum',
-					title: '不属于本部门',
-					width: 100,
-					slots: {
-						default({ row }) {
-							return (
-								<el-button type="primary" onClick={() => linkDetail(row, 'zbOrderCountNum')} link>
-									{row.zbOrderCountNum}
-								</el-button>
-							);
-						},
-					},
-				},
-				{
-					field: 'zbOrderCountNum',
-					title: '未标记',
-					width: 100,
-					slots: {
-						default({ row }) {
-							return (
-								<el-button type="primary" onClick={() => linkDetail(row, 'zbOrderCountNum')} link>
-									{row.zbOrderCountNum}
-								</el-button>
-							);
-						},
-					},
-				},
-			],
-		},
+		}
 	],
 	data: [],
 	params: {