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 @@ - + + + + + + + + + + + + + + + + + + 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 @@