Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c32e03b0
authored
Aug 23, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码评审】工作流:审批详情的优化
parent
f1ffd6e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/views/bpm/processInstance/detail/index_new.vue
+4
-0
No files found.
src/views/bpm/processInstance/detail/index_new.vue
View file @
c32e03b0
<
template
>
<
template
>
<ContentWrap
:bodyStyle=
"
{ padding: '10px 20px' }" class="position-relative">
<ContentWrap
:bodyStyle=
"
{ padding: '10px 20px' }" class="position-relative">
<!-- TODO @GoldenZqqq:建议 svgs 里面新建一个 bpm;把相关的图标放进去哈 -->
<Icon
<Icon
class=
"!position-fixed right-80px"
class=
"!position-fixed right-80px"
:size=
"130"
:size=
"130"
...
@@ -46,6 +47,7 @@
...
@@ -46,6 +47,7 @@
</div>
</div>
</div>
</div>
<!-- TODO @GoldenZqqq:可以把下面 runningTask 拆一个小组件么 -->
<el-affix
target=
".formCol"
position=
"bottom"
class=
"h-50px"
v-if=
"runningTask?.id"
>
<el-affix
target=
".formCol"
position=
"bottom"
class=
"h-50px"
v-if=
"runningTask?.id"
>
<el-divider
class=
"!mb-8px !mt-0"
/>
<el-divider
class=
"!mb-8px !mt-0"
/>
<div
<div
...
@@ -211,6 +213,8 @@
...
@@ -211,6 +213,8 @@
<div
@
click=
"handleBack"
>
<Icon
:size=
"14"
icon=
"fa:mail-reply"
/>
退回
</div>
<div
@
click=
"handleBack"
>
<Icon
:size=
"14"
icon=
"fa:mail-reply"
/>
退回
</div>
</div>
</div>
</el-affix>
</el-affix>
<!-- TODO @GoldenZqqq:后续这个,也拆个小组件出来 -->
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-timeline
class=
"pt-20px"
>
<el-timeline
class=
"pt-20px"
>
...
...
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