Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
a20b5eae
Commit
a20b5eae
authored
Oct 11, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复草稿无法新建,审批流尺寸异常
parent
2a442837
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
14 deletions
+17
-14
index.vue
src/views/bpm/definition/index.vue
+4
-4
index.vue
src/views/bpm/model/index.vue
+3
-3
modelEditor.vue
src/views/bpm/model/modelEditor.vue
+5
-3
create.vue
src/views/bpm/processInstance/create.vue
+2
-2
edit.vue
src/views/ecw/order/edit.vue
+1
-0
index.vue
src/views/index.vue
+2
-2
No files found.
src/views/bpm/definition/index.vue
View file @
a20b5eae
<
template
>
<div
class=
"app-container"
>
<doc-alert
title=
"工作流"
url=
"https://doc.iocoder.cn/bpm"
/>
<doc-alert
title=
"工作流
1
"
url=
"https://doc.iocoder.cn/bpm"
/>
<!-- 列表 -->
<el-table
v-loading=
"loading"
:data=
"list"
>
...
...
@@ -168,8 +168,8 @@ export default {
};
</
script
>
<
style
lang=
"scss"
>
.my-process-designer
{
<
style
lang=
"scss"
scoped
>
/*
.my-process-designer {
height: calc(100vh - 200px);
}
}
*/
</
style
>
src/views/bpm/model/index.vue
View file @
a20b5eae
...
...
@@ -538,8 +538,8 @@ export default {
};
</
script
>
<
style
lang=
"scss"
>
.my-process-designer
{
<
style
lang=
"scss"
scoped
>
/*
.my-process-designer {
height: calc(100vh - 200px);
}
}
*/
</
style
>
src/views/bpm/model/modelEditor.vue
View file @
a20b5eae
<
template
>
<div
class=
"app-container"
>
<!-- 流程设计器,负责绘制流程等 -->
<my-process-designer
:key=
"`designer-$
{reloadIndex}`" v-model="xmlString" v-bind="controlForm"
keyboard ref="processDesigner" @init-finished="initModeler"
...
...
@@ -130,6 +129,9 @@ export default {
// display: inline-grid;
// grid-template-columns: 100px auto max-content;
//}
.app-container
{
min-height
:
calc
(
100vh
-
84px
);
}
.demo-control-bar
{
position
:
fixed
;
right
:
8px
;
...
...
@@ -172,9 +174,9 @@ export default {
color
:
#fafafa
;
}
.my-process-designer
{
/*
.my-process-designer {
height: calc(100vh - 84px);
}
}
*/
.process-panel__container
{
position
:
absolute
;
right
:
0
;
...
...
src/views/bpm/processInstance/create.vue
View file @
a20b5eae
...
...
@@ -164,9 +164,9 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.my-process-designer
{
/*
.my-process-designer {
height: calc(100vh - 200px);
}
}
*/
.box-card
{
width
:
100%
;
...
...
src/views/ecw/order/edit.vue
View file @
a20b5eae
...
...
@@ -937,6 +937,7 @@ export default {
// 修改的提交
if
(
this
.
form
.
orderNo
!=
null
)
{
let
data
=
Object
.
assign
({},
this
.
form
,
{
status
:
submitType
,
customDraweeVOList
:
this
.
customDraweeList
,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList
:
this
.
getProductListWithDefaultValue
(),
...
...
src/views/index.vue
View file @
a20b5eae
...
...
@@ -143,9 +143,9 @@ export default {
padding
:
8px
;
}
}
.my-process-designer
{
/*
.my-process-designer {
height: calc(100vh - 200px);
}
}
*/
.box-card
{
width
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment