Commit 5e09093f by 无尘

fix:修改卡券记录

parent 87320ef8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-02-08 10:27:21 * @Date: 2020-02-08 10:27:21
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-08-17 15:03:20 * @LastEditTime: 2020-08-19 17:00:37
--> -->
<!-- <!--
选择门店分组组件: 选择门店分组组件:
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<div class="el-select-dropdown__wrap el-scrollbar__wrap" style="margin-bottom: -5px; margin-right: -5px;"> <div class="el-select-dropdown__wrap el-scrollbar__wrap" style="margin-bottom: -5px; margin-right: -5px;">
<el-checkbox-group v-model="dailyRuleForm.tags" @change="handleStoresChange"> <el-checkbox-group v-model="dailyRuleForm.tags" @change="handleStoresChange">
<ul class="el-scrollbar__view el-select-dropdown__list"> <ul class="el-scrollbar__view el-select-dropdown__list">
<li :class="['el-select-dropdown__item', item.select ? 'selected hover' : '']" v-for="item in tags" :key="item.tagId"> <li class="el-select-dropdown__item" v-for="item in tags" :key="item.tagId">
<el-checkbox :label="item.tagId">{{ item.tagName }}</el-checkbox> <el-checkbox :label="item.tagId">{{ item.tagName }}</el-checkbox>
</li> </li>
<li v-if="!tags.length" class="text-center"><span>暂无数据</span></li> <li v-if="!tags.length" class="text-center"><span>暂无数据</span></li>
......
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