Parcourir la source

优惠券适用范围指定范围盲票面值修改

DELL il y a 3 ans
Parent
commit
6f1085f6ef
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      src/views/business/coupon/add.vue

+ 5 - 1
src/views/business/coupon/add.vue

@@ -81,7 +81,11 @@
              </template>
            </el-table-column>
            <el-table-column label="盲票名称" prop="title" />
-           <el-table-column label="盲票面值" prop="facePrice" />
+           <el-table-column label="盲票面值" prop="facePrice" >
+             <template slot-scope="{row}">
+               ¥{{$numberFormat(row.facePrice)}}
+             </template>
+           </el-table-column>
            <el-table-column label="盲票类型" prop="type">
              <template slot-scope="{row}">
                {{ JSON.parse(row.type).desc }}