MS-IOHQJGHXZHQD\Administrator 5 месяцев назад
Родитель
Сommit
15c00ee158

+ 1 - 1
src/views/pointsManagement/pointsMall/index.vue

@@ -115,7 +115,7 @@ export default {
           prop: 'name',
           label: '商品名称',
           align: 'center',
-          tooltip: 'true',
+          tooltip: true,
 
         },
         {

+ 1 - 1
src/views/pointsManagement/pointsMall/savePreview.vue

@@ -2,7 +2,7 @@
   <div class="savePreview">
     <el-dialog center title="预览" width="25%" :append-to-body="true" :close-on-click-modal="false"
       :visible.sync="dialogVisible">
-      <div style="overflow-y: auto;height:70vh;background-color: #eee;border: 1px solid #bdbdbd;">
+      <div  v-if="skuListItem" style="overflow-y: auto;height:70vh;background-color: #eee;border: 1px solid #bdbdbd;">
         <div style="height: 200px;background-color: #fff;display: flex;align-items: center;overflow: hidden;">
           <img :src="params.productMainImage" alt="" style="width: 100%;object-fit: cover">
         </div>