This commit is contained in:
parent
8c163ae3c2
commit
31a5e5f06b
|
|
@ -194,12 +194,11 @@
|
||||||
<div style="width: 50%">发料:</div>
|
<div style="width: 50%">发料:</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item" style="width: 50%; display: flex; align-items: center; flex-wrap: wrap">
|
<div class="item" style="width: 50%; display: flex; align-items: center; flex-wrap: wrap">
|
||||||
<!-- this.leaseApplyData -->
|
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<div style="width: 50px">领料:</div>
|
<div style="width: 50px">领料:</div>
|
||||||
<img
|
<img
|
||||||
v-if="this.leaseApplyData.leaseSignUrl"
|
v-if="leaseApplyData.leaseSignUrl"
|
||||||
:src="this.leaseApplyData.leaseSignUrl"
|
:src="leaseApplyData.leaseSignUrl"
|
||||||
style="width: 50px; height: 110px; transform: rotate(-90deg)"
|
style="width: 50px; height: 110px; transform: rotate(-90deg)"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -185,12 +185,11 @@
|
||||||
<div style="width: 50%">发料:</div>
|
<div style="width: 50%">发料:</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item" style="width: 50%; display: flex; align-items: center; flex-wrap: wrap">
|
<div class="item" style="width: 50%; display: flex; align-items: center; flex-wrap: wrap">
|
||||||
<!-- this.leaseApplyData -->
|
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<div style="width: 50px">领料:</div>
|
<div style="width: 50px">领料:</div>
|
||||||
<img
|
<img
|
||||||
v-if="this.leaseApplyData.leaseSignUrl"
|
v-if="leaseApplyData.leaseSignUrl"
|
||||||
:src="this.leaseApplyData.leaseSignUrl"
|
:src="leaseApplyData.leaseSignUrl"
|
||||||
style="width: 70px; height: 50px"
|
style="width: 70px; height: 50px"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue