From fae3c1c88021c345872ae0dcaf43a1ccc62cdf9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=91=AB?= Date: Wed, 16 Dec 2020 13:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B7=E9=81=93=E7=AE=A1=E7=90=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9Eadd=E3=80=81=E7=BC=96=E8=BE=91edit=EF=BC=8C=E7=88=B6?= =?UTF-8?q?=E5=AD=90=E7=BB=84=E4=BB=B6=E9=80=9A=E4=BF=A1=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E6=98=BE=E9=9A=90model=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/antd.js | 2 + src/views/roadwayManage/index.vue | 112 ++++++++++++++++++++---------- src/views/roadwayManage/model.vue | 47 +++++++++++++ 3 files changed, 124 insertions(+), 37 deletions(-) create mode 100644 src/views/roadwayManage/model.vue diff --git a/src/plugins/antd.js b/src/plugins/antd.js index 62af6e6..a1c7d7d 100644 --- a/src/plugins/antd.js +++ b/src/plugins/antd.js @@ -21,6 +21,7 @@ import { Popconfirm, Tooltip, Drawer, + Divider } from "ant-design-vue"; Vue.use(Layout); Vue.use(Input); @@ -42,6 +43,7 @@ Vue.use(Select); Vue.use(Popconfirm) Vue.use(Tooltip) Vue.use(Drawer) +Vue.use(Divider) Vue.prototype.$message = message; Vue.prototype.$info = Modal.info; Vue.prototype.$success = Modal.success; diff --git a/src/views/roadwayManage/index.vue b/src/views/roadwayManage/index.vue index 8ceebc8..c9db7ae 100644 --- a/src/views/roadwayManage/index.vue +++ b/src/views/roadwayManage/index.vue @@ -1,41 +1,53 @@ + + + diff --git a/src/views/roadwayManage/model.vue b/src/views/roadwayManage/model.vue new file mode 100644 index 0000000..8c09e2a --- /dev/null +++ b/src/views/roadwayManage/model.vue @@ -0,0 +1,47 @@ + +