diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 26c8862..408742d 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -51,6 +51,15 @@
})
}
+// 高发问题按大类统计
+export function highCaseEventList(params) {
+ return request({
+ url: '/departmentAssess/highCaseEventList',
+ method: 'get',
+ params
+ })
+}
+
// 高发问题文件导出
export function exportAssessHighEvent(params) {
return request({
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 26c8862..408742d 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -51,6 +51,15 @@
})
}
+// 高发问题按大类统计
+export function highCaseEventList(params) {
+ return request({
+ url: '/departmentAssess/highCaseEventList',
+ method: 'get',
+ params
+ })
+}
+
// 高发问题文件导出
export function exportAssessHighEvent(params) {
return request({
diff --git a/src/router/index.js b/src/router/index.js
index b700dc8..c6c8081 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,5 +95,6 @@
...suphandleRouters,
...systemRouters,
...commenetRouters,
+ ...controlRouters,
{ path: '*', redirect: '/404', hidden: true, meta: {}}
]
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 26c8862..408742d 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -51,6 +51,15 @@
})
}
+// 高发问题按大类统计
+export function highCaseEventList(params) {
+ return request({
+ url: '/departmentAssess/highCaseEventList',
+ method: 'get',
+ params
+ })
+}
+
// 高发问题文件导出
export function exportAssessHighEvent(params) {
return request({
diff --git a/src/router/index.js b/src/router/index.js
index b700dc8..c6c8081 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,5 +95,6 @@
...suphandleRouters,
...systemRouters,
...commenetRouters,
+ ...controlRouters,
{ path: '*', redirect: '/404', hidden: true, meta: {}}
]
diff --git a/src/utils/dateutils.js b/src/utils/dateutils.js
index 868111a..d8b6266 100644
--- a/src/utils/dateutils.js
+++ b/src/utils/dateutils.js
@@ -26,6 +26,12 @@
return ct_month
}
+export function getDate(delta, fmt) { // 显示与当前时间相差del
+ let now = new Date().valueOf()
+ now = now + 3600 * 1000 * 24 * delta
+ return new Date(now).Format(fmt)
+}
+
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 26c8862..408742d 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -51,6 +51,15 @@
})
}
+// 高发问题按大类统计
+export function highCaseEventList(params) {
+ return request({
+ url: '/departmentAssess/highCaseEventList',
+ method: 'get',
+ params
+ })
+}
+
// 高发问题文件导出
export function exportAssessHighEvent(params) {
return request({
diff --git a/src/router/index.js b/src/router/index.js
index b700dc8..c6c8081 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,5 +95,6 @@
...suphandleRouters,
...systemRouters,
...commenetRouters,
+ ...controlRouters,
{ path: '*', redirect: '/404', hidden: true, meta: {}}
]
diff --git a/src/utils/dateutils.js b/src/utils/dateutils.js
index 868111a..d8b6266 100644
--- a/src/utils/dateutils.js
+++ b/src/utils/dateutils.js
@@ -26,6 +26,12 @@
return ct_month
}
+export function getDate(delta, fmt) { // 显示与当前时间相差del
+ let now = new Date().valueOf()
+ now = now + 3600 * 1000 * 24 * delta
+ return new Date(now).Format(fmt)
+}
+
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
diff --git a/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue b/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue
new file mode 100644
index 0000000..1b460e4
--- /dev/null
+++ b/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 26c8862..408742d 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -51,6 +51,15 @@
})
}
+// 高发问题按大类统计
+export function highCaseEventList(params) {
+ return request({
+ url: '/departmentAssess/highCaseEventList',
+ method: 'get',
+ params
+ })
+}
+
// 高发问题文件导出
export function exportAssessHighEvent(params) {
return request({
diff --git a/src/router/index.js b/src/router/index.js
index b700dc8..c6c8081 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,5 +95,6 @@
...suphandleRouters,
...systemRouters,
...commenetRouters,
+ ...controlRouters,
{ path: '*', redirect: '/404', hidden: true, meta: {}}
]
diff --git a/src/utils/dateutils.js b/src/utils/dateutils.js
index 868111a..d8b6266 100644
--- a/src/utils/dateutils.js
+++ b/src/utils/dateutils.js
@@ -26,6 +26,12 @@
return ct_month
}
+export function getDate(delta, fmt) { // 显示与当前时间相差del
+ let now = new Date().valueOf()
+ now = now + 3600 * 1000 * 24 * delta
+ return new Date(now).Format(fmt)
+}
+
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
diff --git a/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue b/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue
new file mode 100644
index 0000000..1b460e4
--- /dev/null
+++ b/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart4Sup.vue b/src/views/otherComment/highFreq/highFreqChart4Sup.vue
new file mode 100644
index 0000000..72ff2a5
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart4Sup.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 26c8862..408742d 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -51,6 +51,15 @@
})
}
+// 高发问题按大类统计
+export function highCaseEventList(params) {
+ return request({
+ url: '/departmentAssess/highCaseEventList',
+ method: 'get',
+ params
+ })
+}
+
// 高发问题文件导出
export function exportAssessHighEvent(params) {
return request({
diff --git a/src/router/index.js b/src/router/index.js
index b700dc8..c6c8081 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,5 +95,6 @@
...suphandleRouters,
...systemRouters,
...commenetRouters,
+ ...controlRouters,
{ path: '*', redirect: '/404', hidden: true, meta: {}}
]
diff --git a/src/utils/dateutils.js b/src/utils/dateutils.js
index 868111a..d8b6266 100644
--- a/src/utils/dateutils.js
+++ b/src/utils/dateutils.js
@@ -26,6 +26,12 @@
return ct_month
}
+export function getDate(delta, fmt) { // 显示与当前时间相差del
+ let now = new Date().valueOf()
+ now = now + 3600 * 1000 * 24 * delta
+ return new Date(now).Format(fmt)
+}
+
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
diff --git a/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue b/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue
new file mode 100644
index 0000000..1b460e4
--- /dev/null
+++ b/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart4Sup.vue b/src/views/otherComment/highFreq/highFreqChart4Sup.vue
new file mode 100644
index 0000000..72ff2a5
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart4Sup.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue b/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue
new file mode 100644
index 0000000..b4643fa
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 26c8862..408742d 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -51,6 +51,15 @@
})
}
+// 高发问题按大类统计
+export function highCaseEventList(params) {
+ return request({
+ url: '/departmentAssess/highCaseEventList',
+ method: 'get',
+ params
+ })
+}
+
// 高发问题文件导出
export function exportAssessHighEvent(params) {
return request({
diff --git a/src/router/index.js b/src/router/index.js
index b700dc8..c6c8081 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,5 +95,6 @@
...suphandleRouters,
...systemRouters,
...commenetRouters,
+ ...controlRouters,
{ path: '*', redirect: '/404', hidden: true, meta: {}}
]
diff --git a/src/utils/dateutils.js b/src/utils/dateutils.js
index 868111a..d8b6266 100644
--- a/src/utils/dateutils.js
+++ b/src/utils/dateutils.js
@@ -26,6 +26,12 @@
return ct_month
}
+export function getDate(delta, fmt) { // 显示与当前时间相差del
+ let now = new Date().valueOf()
+ now = now + 3600 * 1000 * 24 * delta
+ return new Date(now).Format(fmt)
+}
+
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
diff --git a/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue b/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue
new file mode 100644
index 0000000..1b460e4
--- /dev/null
+++ b/src/views/otherComment/deptHandle/deptHandleChart4Sup.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart4Sup.vue b/src/views/otherComment/highFreq/highFreqChart4Sup.vue
new file mode 100644
index 0000000..72ff2a5
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart4Sup.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue b/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue
new file mode 100644
index 0000000..b4643fa
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/src/views/supControl/supControl.vue b/src/views/supControl/supControl.vue
index e8c3a09..3ae068c 100644
--- a/src/views/supControl/supControl.vue
+++ b/src/views/supControl/supControl.vue
@@ -1,63 +1,91 @@
-
-
-
- 案卷
- 人员
- 部件
-
+
+
+
+
+
+
+
+
+
+ 案卷
+ 人员
+ 部件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart4Sup.vue b/src/views/otherComment/highFreq/highFreqChart4Sup.vue
new file mode 100644
index 0000000..72ff2a5
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart4Sup.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue b/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue
new file mode 100644
index 0000000..b4643fa
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatisChart4Sup.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
diff --git a/src/views/supControl/supControl.vue b/src/views/supControl/supControl.vue
index e8c3a09..3ae068c 100644
--- a/src/views/supControl/supControl.vue
+++ b/src/views/supControl/supControl.vue
@@ -1,63 +1,91 @@
-
-
-
- 案卷
- 人员
- 部件
-
+
+
+
+
+
+
+
+
+
+ 案卷
+ 人员
+ 部件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+