This commit is contained in:
linfso 2024-09-03 17:51:13 +08:00
parent 743d4937d5
commit 2ed367144d

View File

@ -29,13 +29,16 @@
</div>
<div style="width:20%;font-size: 11px;color: gray; padding: 0px 10px;display: inline-flex;">
<div>
<!-- <el-button
type="primary"
@click="showGotRmk"
>揽收底单</el-button> -->
<div style="text-align: center;">
<ImagePreview height="50px" v-for="pic in (billDetail.billPicSendRmk.split(',') )" :key="pic" :src="pic" >
</ImagePreview>
</div>
<div style="text-align: center;">
揽收底单
</div>
</div>
<div>
<div style="margin-left: 20px;">
<div style="text-align: center;">
<ImagePreview height="50px" v-for="pic in (billDetail.billPicDispatchRmk.split(',') )" :key="pic" :src="pic" >
</ImagePreview>