Commit 1c8b879c by chenxin

fix:update

parent 9e4f1aab
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -13,7 +13,7 @@
<el-option v-for="(item, index) in cardTypeOptions" :key="index" :label="item.label" :value="item.value"></el-option>
</el-select>
<el-input v-model="listParams.searchParam" class="w200 vertical-middle" placeholder="输入卡券名称/备注" clearable @change="refresh"><i slot="prefix" class="el-input__icon el-icon-search"></i></el-input>
<el-button class="fr mr10" type="primary" @click="$router.push('/card/add')">新增卡券</el-button>
<el-button class="fr ml10" type="primary" @click="$router.push('/card/add')">新增卡券</el-button>
<el-button class="fr" type="primary" @click="$router.push('/ewash/add')">新增洗衣券</el-button>
</div>
<ul class="clearfix" v-loading="loading" element-loading-text="拼命加载中">
......
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