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
29d83d27
authored
2023-10-13 17:07:24 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
342d66f7
fbcf5cfd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
src/views/workflow/workFrame.scss
src/views/workflow/workFrameView.vue
src/views/workflow/workFrame.scss
View file @
29d83d2
...
...
@@ -14,6 +14,7 @@
/
deep
/
.el-menu-item
{
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
}
}
...
...
@@ -210,7 +211,8 @@
box-sizing
:
border-box
;
width
:
70px
;
margin
:
0
5px
;
div
{
div
{
@include
flex-center
;
cursor
:
pointer
;
flex-direction
:
column
;
...
...
@@ -219,6 +221,7 @@
width
:
70px
;
margin
:
0
5px
;
}
.icon
{
font-size
:
10px
;
}
...
...
src/views/workflow/workFrameView.vue
View file @
29d83d2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-21 13:11:04
* @LastEditTime: 2023-
10-13 17:03:52
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -116,6 +116,9 @@
*/
stepForm
(
index
)
{
let
that
=
this
if
(
Object
.
keys
(
this
.
currentSelectProps
).
length
==
0
)
{
return
}
this
.
currentSelectProps
.
type
=
"READ_ONLY"
getStepFormInfo
(
this
.
currentSelectProps
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
...
...
Please
register
or
sign in
to post a comment