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
4b339df0
authored
2024-01-22 15:20:16 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
a9e2d713
efc87d57
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
src/router/index.js
src/views/djbworkflow/flowform.js
src/views/workflow/flowform.js
src/views/workflow/workFrame.vue
src/router/index.js
View file @
4b339df
src/views/djbworkflow/flowform.js
View file @
4b339df
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-09-21 09:55:2
1
* @LastEditTime: 202
4-01-22 14:59:5
1
*/
//流程环节操作按钮
export
function
getForm
(
tabName
)
{
let
form
;
if
(
tabName
==
0
)
return
switch
(
tabName
)
{
case
"zdjbxx"
:
form
=
require
(
"@/views/registerBook/zdjbxx.vue"
);
...
...
src/views/workflow/flowform.js
View file @
4b339df
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-09-12 09:41:27
* @LastEditTime: 202
4-01-22 14:56:43
*/
/**
* @description: 流程环节操作按钮
...
...
@@ -10,6 +10,7 @@
*/
export
function
getForm
(
tabName
)
{
let
form
;
if
(
tabName
==
0
)
return
switch
(
tabName
)
{
case
"tdsyqslxx"
:
form
=
require
(
"@/views/ywbl/slsqxx/tdsyq/slxx.vue"
);
...
...
src/views/workflow/workFrame.vue
View file @
4b339df
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-22 1
1:02:34
* @LastEditTime: 2024-01-22 1
4:57:22
-->
<
template
>
<div
class=
"container"
>
...
...
Please
register
or
sign in
to post a comment