From 3b68617a133b8c3003eec54cb7e7793d4a49597e Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Fri, 22 Nov 2024 18:32:38 +0800 Subject: [PATCH] =?UTF-8?q?lsun=20-=20=E9=A1=B9=E7=9B=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/proManagement/menu/index.vue | 122 +++++ src/views/proManagement/pro/index.vue | 299 ++++++++++++ src/views/proManagement/section/index.vue | 558 ++++++++++++++++++++++ 3 files changed, 979 insertions(+) create mode 100644 src/views/proManagement/menu/index.vue create mode 100644 src/views/proManagement/pro/index.vue create mode 100644 src/views/proManagement/section/index.vue diff --git a/src/views/proManagement/menu/index.vue b/src/views/proManagement/menu/index.vue new file mode 100644 index 00000000..439320c9 --- /dev/null +++ b/src/views/proManagement/menu/index.vue @@ -0,0 +1,122 @@ + + + 已选菜单:按住鼠标左键可以对菜单进行排序,最多可以设置10个快捷菜单。 + + + + {{ item.name }} + + + + + + + {{ menuItem.name }} + + + + + 恢 复 默认 + 取 消 + 确 定 + + + + + + + diff --git a/src/views/proManagement/pro/index.vue b/src/views/proManagement/pro/index.vue new file mode 100644 index 00000000..89c143cd --- /dev/null +++ b/src/views/proManagement/pro/index.vue @@ -0,0 +1,299 @@ + + + + + + + + + 搜索 + 重置 + + + + + + 导出 + + + + + + + + + {{ + (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 + }} + + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + + + diff --git a/src/views/proManagement/section/index.vue b/src/views/proManagement/section/index.vue new file mode 100644 index 00000000..0cbb6aef --- /dev/null +++ b/src/views/proManagement/section/index.vue @@ -0,0 +1,558 @@ + + + + + + + + + 搜索 + + 重置 + + + + + + + 导出 + + + + + + 高级筛选 + + + + + + + + + + + + + + 高级筛选 + + + + 收起 + + + + {{ section.title }}: + + + {{ option.label }} + + + + + + + + + + + + + {{ + (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 + }} + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + + + +
已选菜单:按住鼠标左键可以对菜单进行排序,最多可以设置10个快捷菜单。