Pārlūkot izejas kodu

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

DELL 3 gadi atpakaļ
vecāks
revīzija
6f1085f6ef
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  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 }}