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个快捷菜单。