退料单审核人
This commit is contained in:
parent
779a36c3f2
commit
d87d9f3453
|
|
@ -88,7 +88,7 @@
|
|||
<div style="width: 30%">审核人:</div>
|
||||
<div
|
||||
style="width: 70%; display: flex; align-items: center; flex-wrap: wrap"
|
||||
v-if="backApplyInfo.approveSignList.length > 0"
|
||||
v-if="backApplyInfo.approveSignList && backApplyInfo.approveSignList.length > 0"
|
||||
>
|
||||
<div
|
||||
style="width: 80%; margin-left: 20px; height: 40px; transform: translateY(-30px)"
|
||||
|
|
@ -206,7 +206,7 @@
|
|||
<div style="width: 30%">审核人:</div>
|
||||
<div
|
||||
style="width: 70%; display: flex; align-items: center; flex-wrap: wrap"
|
||||
v-if="backApplyInfo.approveSignList.length > 0"
|
||||
v-if="backApplyInfo.approveSignList && backApplyInfo.approveSignList.length > 0"
|
||||
>
|
||||
<div
|
||||
style="width: 80%; margin-left: 20px; height: 40px; transform: translateY(-30px)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue