Commit 77ab7f2d by caoyanzhi

update: 门店签到调整

parent c3d16888
......@@ -6,7 +6,7 @@
<el-select style="width:120px;margin-right:10px;" v-model="listParams.cardTypes" placeholder="卡券类型" @change="refresh">
<el-option v-for="item in cardTypesList" :key="item.value" :label="item.label" :value="item.value"></el-option>
</el-select>
<span class="fz12 gray">{{ limitTips }}{{ total }}张。 </span>
<!-- <span class="fz12 gray">{{ limitTips }}{{ total }}张。 </span> -->
</div>
<!-- <div class="fr">
<el-button type="primary" @click="add">新建卡券</el-button>
......@@ -70,7 +70,7 @@ export default {
},
cardLimitType: {
type: Number,
default: 1
default: 3
}
},
computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment