瀏覽代碼

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

DELL 3 年之前
父節點
當前提交
6f1085f6ef
共有 1 個文件被更改,包括 5 次插入1 次删除
  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 }}