File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/views/bpm/processInstance/detail Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<ContentWrap :bodyStyle =" { padding: '10px 20px' }" class =" position-relative" >
3
+ <!-- TODO @GoldenZqqq:建议 svgs 里面新建一个 bpm;把相关的图标放进去哈 -->
3
4
<Icon
4
5
class =" !position-fixed right-80px"
5
6
:size =" 130"
46
47
</div >
47
48
</div >
48
49
50
+ <!-- TODO @GoldenZqqq:可以把下面 runningTask 拆一个小组件么 -->
49
51
<el-affix target =" .formCol" position =" bottom" class =" h-50px" v-if =" runningTask?.id" >
50
52
<el-divider class =" !mb-8px !mt-0" />
51
53
<div
211
213
<div @click =" handleBack" > <Icon :size =" 14" icon =" fa:mail-reply" />  ; 退回 </div >
212
214
</div >
213
215
</el-affix >
216
+
217
+ <!-- TODO @GoldenZqqq:后续这个,也拆个小组件出来 -->
214
218
</el-col >
215
219
<el-col :span =" 6" >
216
220
<el-timeline class =" pt-20px" >
You can’t perform that action at this time.
0 commit comments