退料单审核人

This commit is contained in:
hayu 2025-10-10 21:51:04 +08:00
parent 779a36c3f2
commit d87d9f3453
1 changed files with 2 additions and 2 deletions

View File

@ -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)"