添加:会员卡赠送酒卡额度
This commit is contained in:
parent
87d7ec53f7
commit
4f75b7ac14
|
|
@ -16,6 +16,7 @@
|
|||
<el-table-column prop="cost_price" label="原价" min-width="60" />
|
||||
<el-table-column prop="price" label="优惠价" min-width="60" />
|
||||
<el-table-column prop="sort" label="排序" min-width="60" />
|
||||
<el-table-column prop="quota" label="赠送酒卡额度" min-width="60" />
|
||||
<el-table-column prop="status" label="是否开启" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
<el-switch
|
||||
|
|
|
|||
Loading…
Reference in New Issue