mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-19 06:42:00 +08:00
【代码评审】工作流:审批详情的优化
This commit is contained in:
parent
f1ffd6e6b8
commit
c32e03b002
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<ContentWrap :bodyStyle="{ padding: '10px 20px' }" class="position-relative">
|
||||
<!-- TODO @GoldenZqqq:建议 svgs 里面新建一个 bpm;把相关的图标放进去哈 -->
|
||||
<Icon
|
||||
class="!position-fixed right-80px"
|
||||
:size="130"
|
||||
@ -46,6 +47,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- TODO @GoldenZqqq:可以把下面 runningTask 拆一个小组件么 -->
|
||||
<el-affix target=".formCol" position="bottom" class="h-50px" v-if="runningTask?.id">
|
||||
<el-divider class="!mb-8px !mt-0" />
|
||||
<div
|
||||
@ -211,6 +213,8 @@
|
||||
<div @click="handleBack"> <Icon :size="14" icon="fa:mail-reply" /> 退回 </div>
|
||||
</div>
|
||||
</el-affix>
|
||||
|
||||
<!-- TODO @GoldenZqqq:后续这个,也拆个小组件出来 -->
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-timeline class="pt-20px">
|
||||
|
Loading…
x
Reference in New Issue
Block a user