Browse Source

1. 优化

MONSTER-ygh 10 months ago
parent
commit
49bdc296ff

+ 3 - 3
src/views/distribution/personnelMr/dialog/promotionCode.vue

@@ -11,7 +11,7 @@
   <el-dialog
     :title="title"
     :visible.sync="open"
-    width="500px"
+    width="600px"
     append-to-body
     :close-on-click-modal="false"
     @close="cancel"
@@ -31,9 +31,9 @@
           >
             <div class="avatar" v-if="form.posterImg">
               <el-image
-                style="width: 100px; height: 100px"
+                style="width: 274px; height: 392px;"
                 :src="form.posterImg"
-                fit="cover"
+                fit="fill"
               />
             </div>
             <div class="upload-btn" v-else>

+ 1 - 1
src/views/marketing/coupon/index.vue

@@ -60,7 +60,7 @@
       <el-table-column label="优惠劵名称" align="center" prop="couponName" />
       <el-table-column label="优惠额度" align="center" prop="quota">
         <template slot-scope="scope">
-          <span>{{scope.row.quota}}{{ scope.row.type==1?'(元)':'()' }}</span>
+          <span>{{scope.row.quota}}{{ scope.row.type==1?'(元)':'(%)' }}</span>
         </template>
       </el-table-column>
       <el-table-column label="类型" align="center" prop="type">