-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/QuillEditor/index.vue b/src/components/QuillEditor/index.vue
index 01fdfe7..3bfdb0b 100644
--- a/src/components/QuillEditor/index.vue
+++ b/src/components/QuillEditor/index.vue
@@ -59,7 +59,6 @@ const setValue = () => {
}
const handleUpload = (e) => {
const files = Array.prototype.slice.call(e.target.files)
- // console.log(files, "files")
if (!files) {
return
}
diff --git a/src/router/modules/emergency.js b/src/router/modules/emergency.js
index 7d1a249..b207d2e 100644
--- a/src/router/modules/emergency.js
+++ b/src/router/modules/emergency.js
@@ -1,9 +1,9 @@
const Layout = () => import('@/layout/index.vue')
export default {
- path: '/emergency',
+ path: '/emer',
component: Layout,
- redirect: '/emergency/procession',
- name: 'emergency',
+ redirect: '/emer/procession',
+ name: 'emer',
meta: {
auth: "emer",
title: '应急管理',
diff --git a/src/router/modules/statistic.js b/src/router/modules/statistic.js
new file mode 100644
index 0000000..6badfbe
--- /dev/null
+++ b/src/router/modules/statistic.js
@@ -0,0 +1,25 @@
+const Layout = () => import('@/layout/index.vue')
+
+export default {
+ path: '/statistic',
+ component: Layout,
+ name: 'statistic',
+ redirect: '/statistic/s-index',
+ meta: {
+ auth: "statistic",
+ title: '统计分析',
+ icon: 'point',
+ },
+ children: [
+ {
+ path: 's-index',
+ name: 's-index',
+ component: () => import('@/views/statistic/index.vue'),
+ meta: {
+ auth: "statistic.index",
+ title: '统计分析',
+ sidebar: false
+ }
+ },
+ ]
+}
\ No newline at end of file
diff --git a/src/router/modules/work-manage.js b/src/router/modules/work-manage.js
new file mode 100644
index 0000000..e60526d
--- /dev/null
+++ b/src/router/modules/work-manage.js
@@ -0,0 +1,26 @@
+const Layout = () => import('@/layout/index.vue')
+
+export default {
+ path: '/work',
+ component: Layout,
+ name: 'work',
+ redirect: '/work/w-index',
+ meta: {
+ auth: "daily",
+ title: '工作管理',
+ icon: 'point',
+ },
+ children: [
+ {
+ path: 'w-index',
+ name: 'w-index',
+ component: () => import('@/views/work-manage/index.vue'),
+ meta: {
+ auth: "daily",
+ icon: 'point',
+ title: '工作管理',
+ sidebar: false
+ }
+ },
+ ]
+}
\ No newline at end of file
diff --git a/src/router/modules/work-trends.js b/src/router/modules/work-trends.js
index d5906c2..bceac7c 100644
--- a/src/router/modules/work-trends.js
+++ b/src/router/modules/work-trends.js
@@ -4,20 +4,19 @@ export default {
path: '/trends',
component: Layout,
name: 'trends',
- redirect: '/trends/index',
+ redirect: '/trends/t-index',
meta: {
auth: "trends",
title: '工作动态',
icon: 'point',
- activeMenu: '/work-trends/index'
},
children: [
{
- path: 'index',
- name: 'index',
+ path: 't-index',
+ name: 't-index',
component: () => import('@/views/work-trends/index.vue'),
meta: {
- auth: "home.home",
+ auth: "trends.index",
title: '工作动态',
sidebar: false
}
diff --git a/src/router/routes.js b/src/router/routes.js
index 40863ff..b10a30f 100644
--- a/src/router/routes.js
+++ b/src/router/routes.js
@@ -106,6 +106,8 @@ import emergency from "./modules/emergency";
import system from "./modules/system";
import base from './modules/basemanage';
import trends from './modules/work-trends';
+import manage from './modules/work-manage';
+import statistic from './modules/statistic';
// 动态路由(异步路由、导航栏路由)
let asyncRoutes = [
@@ -120,6 +122,8 @@ let asyncRoutes = [
base,
emergency,
trends,
+ manage,
+ statistic,
system,
]
}
diff --git a/src/views/statistic/components/gz.vue b/src/views/statistic/components/gz.vue
new file mode 100644
index 0000000..6e03952
--- /dev/null
+++ b/src/views/statistic/components/gz.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/statistic/components/hj.vue b/src/views/statistic/components/hj.vue
new file mode 100644
index 0000000..6aebd2a
--- /dev/null
+++ b/src/views/statistic/components/hj.vue
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/statistic/components/rylx.vue b/src/views/statistic/components/rylx.vue
new file mode 100644
index 0000000..61acdd6
--- /dev/null
+++ b/src/views/statistic/components/rylx.vue
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/statistic/components/tj.vue b/src/views/statistic/components/tj.vue
new file mode 100644
index 0000000..4d3e3cc
--- /dev/null
+++ b/src/views/statistic/components/tj.vue
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/statistic/components/yj.vue b/src/views/statistic/components/yj.vue
new file mode 100644
index 0000000..edd2e6b
--- /dev/null
+++ b/src/views/statistic/components/yj.vue
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/statistic/index.vue b/src/views/statistic/index.vue
new file mode 100644
index 0000000..908bea7
--- /dev/null
+++ b/src/views/statistic/index.vue
@@ -0,0 +1,73 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/setting/file.vue b/src/views/system/setting/file.vue
index 34c85a8..046e76d 100644
--- a/src/views/system/setting/file.vue
+++ b/src/views/system/setting/file.vue
@@ -1,13 +1,72 @@
-
+
-
+
-
-
-
\ No newline at end of file
diff --git a/src/views/system/setting/info.vue b/src/views/system/setting/info.vue
index af0787e..d521bc4 100644
--- a/src/views/system/setting/info.vue
+++ b/src/views/system/setting/info.vue
@@ -1,9 +1,73 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
diff --git a/src/views/system/setting/protocol.vue b/src/views/system/setting/protocol.vue
index 9ce744b..81ff0ed 100644
--- a/src/views/system/setting/protocol.vue
+++ b/src/views/system/setting/protocol.vue
@@ -1,10 +1,94 @@
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ {{
+ item.name
+ }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/setting/safe.vue b/src/views/system/setting/safe.vue
index af0787e..66fcbbd 100644
--- a/src/views/system/setting/safe.vue
+++ b/src/views/system/setting/safe.vue
@@ -1,9 +1,71 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
diff --git a/src/views/work-manage/components/cg.vue b/src/views/work-manage/components/cg.vue
new file mode 100644
index 0000000..36a0528
--- /dev/null
+++ b/src/views/work-manage/components/cg.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/work-manage/components/db.vue b/src/views/work-manage/components/db.vue
new file mode 100644
index 0000000..66dc937
--- /dev/null
+++ b/src/views/work-manage/components/db.vue
@@ -0,0 +1,10 @@
+
+ 督办工作
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/work-manage/components/tj.vue b/src/views/work-manage/components/tj.vue
new file mode 100644
index 0000000..ad20e5b
--- /dev/null
+++ b/src/views/work-manage/components/tj.vue
@@ -0,0 +1,10 @@
+
+ 调解工作
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/work-manage/components/yj.vue b/src/views/work-manage/components/yj.vue
new file mode 100644
index 0000000..b254a29
--- /dev/null
+++ b/src/views/work-manage/components/yj.vue
@@ -0,0 +1,10 @@
+
+ 应急工作
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/work-manage/index.vue b/src/views/work-manage/index.vue
new file mode 100644
index 0000000..176f571
--- /dev/null
+++ b/src/views/work-manage/index.vue
@@ -0,0 +1,71 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/work-trends/index.vue b/src/views/work-trends/index.vue
index 060515d..69a98dc 100644
--- a/src/views/work-trends/index.vue
+++ b/src/views/work-trends/index.vue
@@ -1,9 +1,185 @@
- 123
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+ {{ scope.$index + 1 + (currentPage - 1) * pageSize }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+
+ 详情
+
+
+
+ 删除
+
+
+
+
+
+
+
+