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
4aaf7843
authored
2022-11-17 09:32:38 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
aaded10e
abda2870
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
src/views/home/index.vue
src/views/workflow/flowform.js
src/views/home/index.vue
View file @
4aaf784
...
...
@@ -48,7 +48,7 @@
<el-col
:span=
"12"
>
<el-card
shadow=
"hover"
style=
"height:280px"
>
<div
slot=
"header"
class=
"flexst"
>
<h5
class=
"title"
>
法律
法规
</h5>
<h5
class=
"title"
>
政策
法规
</h5>
<i
class=
"el-icon-s-unfold pointer"
></i>
</div>
<ul>
...
...
src/views/workflow/flowform.js
View file @
4aaf784
...
...
@@ -48,10 +48,10 @@ export function getForm(tabName, djywbm) {
form
=
require
(
"@/views/registerBook/zdjbxx.vue"
);
break
;
case
"ygmm100"
:
form
=
require
(
"@/views/ywbl/ygdj/slxx.vue"
);
form
=
require
(
"@/views/ywbl/ygdj/slxx.vue"
);
break
;
case
"ygmm300"
:
form
=
require
(
"@/views/ywbl/fdcq2/slxx.vue"
);
form
=
require
(
"@/views/ywbl/fdcq2/slxx.vue"
);
break
;
case
"cfdjxx"
:
form
=
require
(
"@/views/registerBook/cfdj.vue"
);
...
...
@@ -68,6 +68,9 @@ export function getForm(tabName, djywbm) {
case
"diyaqQlxx"
:
form
=
require
(
"@/views/registerBook/diyaq.vue"
);
break
;
case
"ygdjQlxx"
:
form
=
require
(
"@/views/registerBook/ygdj.vue"
);
break
;
case
"szxx"
:
form
=
require
(
"@/views/workflow/components/szxx.vue"
);
break
;
...
...
Please
register
or
sign in
to post a comment