Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
99522d4e
authored
2023-06-07 13:34:38 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:宗地图
1 parent
eee96145
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/workflow/flowform.js
src/views/workflow/flowform.js
View file @
99522d4
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-29 14:39:11
* @LastEditTime: 2023-0
6-07 13:32:24
*/
//流程环节操作按钮
export
function
getForm
(
tabName
,
djywbm
)
{
export
function
getForm
(
tabName
,
djywbm
)
{
let
form
;
switch
(
tabName
)
{
case
"jsydsyqslxx100"
:
...
...
@@ -13,7 +13,7 @@ export function getForm(tabName, djywbm) {
case
"jsydsyqslxx300"
:
form
=
require
(
"@/views/ywbl/slsqxx/jsydsyq/slxx300.vue"
);
break
;
//国有建设用地使用权/房屋所有权
//国有建设用地使用权/房屋所有权
case
"fwsyqslxx100"
:
case
"fwsyqslxx200"
:
case
"fwsyqslxx400"
:
...
...
@@ -87,7 +87,7 @@ export function getForm(tabName, djywbm) {
case
"fzxx"
:
form
=
require
(
"@/views/workflow/components/fzxx.vue"
);
break
;
case
"zd
t
"
:
case
"zd
jbxxImg
"
:
form
=
require
(
"@/views/workflow/components/zdt.vue"
);
break
;
default
:
...
...
Please
register
or
sign in
to post a comment