From ef2ff05af1251659d30fdc3de2aad3221669f1d7 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 28 Feb 2024 11:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=9C=E5=A1=98=E6=89=93=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 19 ++ src/views/full/indexfull.vue | 333 +++++++++++++++++++++++++++++++++++ 2 files changed, 352 insertions(+) create mode 100644 src/views/full/indexfull.vue diff --git a/src/router/index.js b/src/router/index.js index cc804de..b5c9b4b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -74,6 +74,11 @@ export const constantRoutes = [{ } }, ] }, + { + path: '/full', + component: () => import('@/views/full/indexfull.vue'), + hidden: true + }, { path: '/fill', component: Layout, @@ -88,6 +93,20 @@ export const constantRoutes = [{ } }], }, + // { + // path: '/full', + // component: Layout, + // hidden:true, + // children:[{ + // path: 'index', + // name: '填报清单', + // component: () => import('@/views/full/indexfull.vue'), + // meta: { + // title: '填报清单', + // icon: 'dashboard' + // } + // }], + // }, { path: "/h5", name: "h5", diff --git a/src/views/full/indexfull.vue b/src/views/full/indexfull.vue new file mode 100644 index 0000000..1116b74 --- /dev/null +++ b/src/views/full/indexfull.vue @@ -0,0 +1,333 @@ + + + + + + + + + 年度 + + {{item}} + + + + 类型 + + {{item.title}} + + + + + + + + + + + + + { + $refs['create'].setId(row.id); + $refs['create'].setType('editor'); + $refs['create'].show(); + }" @destroyed="getList"> + + + + 整体克隆 + + + + 编辑 + + + + 确定要删除吗? + + 取消 + 确定 + + + + + + + 删除 + + + + + 子栏目 + + + + + + + + + + + + + + + + + + + + + + + + + +
确定要删除吗?