diff --git a/src/router/index.js b/src/router/index.js
index 15b2d43..225801a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -141,6 +141,17 @@ const routes = [
},
component: () => import("@/views/emergency_storage/index"),
},
+ {
+ path: "/tailings_reservoir",
+ name: "/tailings_reservoir",
+ meta: {
+ title: "尾矿库",
+ breadcrumb: true,
+ isMenu: true,
+ isSubMenu: false,
+ },
+ component: () => import("@/views/tailings_reservoir/index"),
+ },
{
path: "/system_management/data_dictionary",
name: "/system_management/data_dictionary",
@@ -150,7 +161,8 @@ const routes = [
isMenu: true,
isSubMenu: false,
},
- component: () => import("@/views/system_management/data_dictionary/index"),
+ component: () =>
+ import("@/views/system_management/data_dictionary/index"),
},
],
},
diff --git a/src/views/tailings_reservoir/components/add.vue b/src/views/tailings_reservoir/components/add.vue
new file mode 100644
index 0000000..58993e4
--- /dev/null
+++ b/src/views/tailings_reservoir/components/add.vue
@@ -0,0 +1,398 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击定位
+
+
+
+
+
+
+
+ 取 消
+ 确 定
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tailings_reservoir/index.vue b/src/views/tailings_reservoir/index.vue
new file mode 100644
index 0000000..27a641c
--- /dev/null
+++ b/src/views/tailings_reservoir/index.vue
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+