style:宗地图
Showing
1 changed file
with
3 additions
and
3 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-05-29 14:39:11 | 4 | * @LastEditTime: 2023-06-07 13:32:24 |
5 | */ | 5 | */ |
6 | //流程环节操作按钮 | 6 | //流程环节操作按钮 |
7 | export function getForm(tabName, djywbm) { | 7 | export function getForm (tabName, djywbm) { |
8 | let form; | 8 | let form; |
9 | switch (tabName) { | 9 | switch (tabName) { |
10 | case "jsydsyqslxx100": | 10 | case "jsydsyqslxx100": |
... | @@ -87,7 +87,7 @@ export function getForm(tabName, djywbm) { | ... | @@ -87,7 +87,7 @@ export function getForm(tabName, djywbm) { |
87 | case "fzxx": | 87 | case "fzxx": |
88 | form = require("@/views/workflow/components/fzxx.vue"); | 88 | form = require("@/views/workflow/components/fzxx.vue"); |
89 | break; | 89 | break; |
90 | case "zdt": | 90 | case "zdjbxxImg": |
91 | form = require("@/views/workflow/components/zdt.vue"); | 91 | form = require("@/views/workflow/components/zdt.vue"); |
92 | break; | 92 | break; |
93 | default: | 93 | default: | ... | ... |
-
Please register or sign in to post a comment