From 6f3a199337b3e20280cdc3f6fb4a0390375ffa43 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 30 May 2024 08:13:42 +0800
Subject: [PATCH] E呼即办优化
---
src/views/cGovernance/statisticalAnalysis/index.vue | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 104 insertions(+), 7 deletions(-)
diff --git a/src/views/cGovernance/statisticalAnalysis/index.vue b/src/views/cGovernance/statisticalAnalysis/index.vue
index 7caa165..bed2826 100644
--- a/src/views/cGovernance/statisticalAnalysis/index.vue
+++ b/src/views/cGovernance/statisticalAnalysis/index.vue
@@ -6,6 +6,13 @@
@search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange"
@current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad">
+ <template slot="menuLeft">
+ <el-button type="success" size="small" plain icon="el-icon-upload2" @click="handleImport">调度单位
+ </el-button>
+ <el-button type="warning" size="small" plain icon="el-icon-download" @click="handleExport">主办单位
+ </el-button>
+ </template>
+
</avue-crud>
</basic-container>
@@ -56,14 +63,14 @@
circleRadio: 0,
shareCircleRow: {},
option: {
- labelWidth: 130,
+ // labelWidth: 130,
// searchLabelWidth: 96,
- searchShow: true,
- searchMenuSpan: 3,
- menuWidth: 310,
+ // searchShow: true,
+ // searchMenuSpan: 3,
+ // menuWidth: 310,
delBtn: false,
editBtn: false,
-
+ addBtn: false,
height: "auto",
calcHeight: 54,
dialogWidth: 950,
@@ -76,13 +83,103 @@
// excelBtn: true,
dialogClickModal: false,
column: [{
- label: "工单号",
+ label: "单位",
+ prop: "orderCode",
+ span: 12,
+ hide: true,
+ },
+
+ {
+ label: "工单数",
+ prop: "orderCode",
+ span: 12,
+ searchSpan: 4,
+ width: 160,
+ hide: true,
+ // overHidden: true,
+ // search: true,
+ searchLabelWidth: 76,
+ addDisplay: false,
+ },
+ {
+ label: "派发单数",
prop: "orderCode",
span: 12,
searchSpan: 4,
width: 160,
overHidden: true,
- search: true,
+ display: false,
+ // search: true,
+ searchLabelWidth: 76,
+ addDisplay: false,
+ },
+
+ {
+ label: "办理单数(率)",
+ prop: "orderCode",
+ span: 12,
+ searchSpan: 4,
+ width: 160,
+ overHidden: true,
+ // search: true,
+ searchLabelWidth: 76,
+ addDisplay: false,
+ },
+
+ {
+ label: "办结单数(率)",
+ prop: "orderCode",
+ span: 12,
+ searchSpan: 4,
+ width: 160,
+ overHidden: true,
+ // search: true,
+ searchLabelWidth: 76,
+ addDisplay: false,
+ },
+
+ {
+ label: "答复单数(率)",
+ prop: "orderCode",
+ span: 12,
+ searchSpan: 4,
+ width: 160,
+ overHidden: true,
+ // search: true,
+ searchLabelWidth: 76,
+ addDisplay: false,
+ },
+
+ {
+ label: "回访单数(率)",
+ prop: "orderCode",
+ span: 12,
+ searchSpan: 4,
+ width: 160,
+ overHidden: true,
+ // search: true,
+ searchLabelWidth: 76,
+ addDisplay: false,
+ },
+ {
+ label: "核实单数(率)",
+ prop: "orderCode",
+ span: 12,
+ searchSpan: 4,
+ width: 160,
+ overHidden: true,
+ // search: true,
+ searchLabelWidth: 76,
+ addDisplay: false,
+ },
+ {
+ label: "督办单数",
+ prop: "orderCode",
+ span: 12,
+ searchSpan: 4,
+ width: 160,
+ overHidden: true,
+ // search: true,
searchLabelWidth: 76,
addDisplay: false,
},
--
Gitblit v1.9.3