fixed 修改售后凭证字段写错
This commit is contained in:
parent
4743668563
commit
8407728be2
@ -74,13 +74,13 @@
|
||||
<el-col :span="12" style="margin-bottom: 25px;">退款说明:{{ detail.customerRefundDesc }}</el-col>
|
||||
<el-col :span="24">退款凭证:
|
||||
<el-image preview-teleported :hide-on-click-modal="true" lazy class="table-td-thumb" fit="contain"
|
||||
:src="detail.customerRefundDesc?.split(',')[0]"
|
||||
:preview-src-list="detail.customerRefundDesc?.split(',')">
|
||||
:src="detail.customerRefundImg?.split(',')[0]"
|
||||
:preview-src-list="detail.customerRefundImg?.split(',')">
|
||||
<div><el-icon :size="15">
|
||||
<document />
|
||||
</el-icon></div>
|
||||
</el-image>
|
||||
{{ detail.CustomerRefundImg }}</el-col>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user