|
@@ -128,7 +128,7 @@
|
|
|
<el-table :data="formData.data.serviceContractProductList" style="width: 100%; margin-top: 16px">
|
|
|
<el-table-column label="商品图片" width="80">
|
|
|
<template #default="{ row }">
|
|
|
- <div v-if="row.productId">
|
|
|
+ <div v-if="row.fileUrl">
|
|
|
<img :src="row.fileUrl" class="pic" @click="onPicture(row.fileUrl)" />
|
|
|
</div>
|
|
|
<div v-else></div>
|