diff --git a/src/constant/dict.js b/src/constant/dict.js
index 331036e..493ef6d 100644
--- a/src/constant/dict.js
+++ b/src/constant/dict.js
@@ -188,3 +188,30 @@ export const initStatusDict = [
elTagType: "success",
},
];
+
+export const docFlagDict = [
+ {
+ label: "关",
+ value: "0",
+ elTagType: "warning",
+ },
+ {
+ label: "开",
+ value: "1",
+ elTagType: "success",
+ }
+];
+
+export const excelFlagDict = [
+ {
+ label: "关",
+ value: "0",
+ elTagType: "warning",
+ }
+ ,
+ {
+ label: "开",
+ value: "1",
+ elTagType: "success",
+ }
+];
\ No newline at end of file
diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue
index 2225a69..04f82f9 100644
--- a/src/views/tool/gen/genInfoForm.vue
+++ b/src/views/tool/gen/genInfoForm.vue
@@ -59,14 +59,35 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
上级菜单
@@ -74,20 +95,24 @@
+
+
+
+
diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue
index cb76eee..259ed48 100644
--- a/src/views/tool/gen/index.vue
+++ b/src/views/tool/gen/index.vue
@@ -1,32 +1,32 @@
搜索
+ >搜索
重置
@@ -35,194 +35,221 @@
导入
+ type="info"
+ plain
+ icon="Upload"
+ @click="openImportTable"
+ v-hasPermi="['tool:gen:import']"
+ >导入
修改
+ type="success"
+ plain
+ icon="Edit"
+ :disabled="single"
+ @click="handleEditTable"
+ v-hasPermi="['tool:gen:edit']"
+ >修改
删除
+ type="danger"
+ plain
+ icon="Delete"
+ :disabled="multiple"
+ @click="handleDelete"
+ v-hasPermi="['tool:gen:remove']"
+ >删除
{{
- (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1
- }}
+ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+
+
+
+
复制
+ :underline="false"
+ icon="DocumentCopy"
+ v-copyText="value"
+ v-copyText:callback="copyTextSuccess"
+ style="float: right"
+ > 复制
-
+