bug
This commit is contained in:
parent
2c95fa65af
commit
3a34e97ec8
|
@ -419,6 +419,7 @@ export default {
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
& > div:first-child {
|
||||
margin-bottom: 10px;
|
||||
font-weight: bold;
|
||||
|
|
|
@ -61,6 +61,8 @@
|
|||
> -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- 流程详情 -->
|
||||
<ren-process-detail></ren-process-detail>
|
||||
<el-dialog
|
||||
title="审批意见"
|
||||
:visible.sync="dialogVisible"
|
||||
|
|
Loading…
Reference in New Issue