fix(图片显示): 图片路径问题修复
This commit is contained in:
parent
5b4fa672e7
commit
81be997945
@ -226,7 +226,7 @@
|
||||
/>
|
||||
<img
|
||||
v-if="selectedPayee.hasSalary"
|
||||
src="../../assets/icon/RA.png"
|
||||
src="../../assets/icon/identity/coinSeller.png"
|
||||
alt=""
|
||||
height="100%"
|
||||
/>
|
||||
|
||||
@ -126,7 +126,12 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<img src="../../assets/icon/RA.png" alt="" width="25%" style="display: block" />
|
||||
<img
|
||||
src="../../assets/icon/identity/coinSeller.png"
|
||||
alt=""
|
||||
width="25%"
|
||||
style="display: block"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -30,7 +30,12 @@
|
||||
"
|
||||
>
|
||||
{{ t('my_account') }}
|
||||
<img src="../../assets/icon/RA.png" alt="" height="20px" style="margin-left: 10px" />
|
||||
<img
|
||||
src="../../assets/icon/identity/coinSeller.png"
|
||||
alt=""
|
||||
height="20px"
|
||||
style="margin-left: 10px"
|
||||
/>
|
||||
</div>
|
||||
<img @click="goToRecords" src="../../assets/icon/records.png" height="20px" alt="" />
|
||||
</div>
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
<div style="font-weight: 700; display: flex; align-items: center">
|
||||
{{ userProfile.userNickname }}
|
||||
<img
|
||||
src="../assets/icon/RA.png"
|
||||
src="../assets/icon/identity/coinSeller.png"
|
||||
alt=""
|
||||
style="height: 20px; margin-left: 5px"
|
||||
v-if="isFreightAgent"
|
||||
|
||||
@ -138,7 +138,7 @@
|
||||
/>
|
||||
<img
|
||||
v-if="user.hasSalary"
|
||||
src="../../../assets/icon/RA.png"
|
||||
src="../../../assets/icon/identity/coinSeller.png"
|
||||
alt=""
|
||||
height="100%"
|
||||
style="object-fit: cover"
|
||||
|
||||
@ -143,7 +143,7 @@
|
||||
/>
|
||||
<img
|
||||
v-if="selectedPayee.hasSalary"
|
||||
src="../../../assets/icon/RA.png"
|
||||
src="../../../assets/icon/identity/coinSeller.png"
|
||||
alt=""
|
||||
height="100%"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user