Commit 6f8b16aa by crushh

update: dist

parent 73f7e150
......@@ -8,7 +8,7 @@
<!-- <title>GIC后台</title> -->
<link rel="stylesheet" type="text/css" href="<%= htmlWebpackPlugin.options.BASE_URL %>static/fonts/iconfont.css">
<link rel="stylesheet" type="text/css" href="<%= htmlWebpackPlugin.options.BASE_URL %>static/css/common.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_2996579_93aeeozj35q.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_2996579_875h3lycepk.css">
<!-- <link rel="stylesheet" href="//web-1251519181.file.myqcloud.com/components/element.2.12.0.css"> -->
<!-- element 皮肤 -->
<!-- <link rel="stylesheet" type="text/css" href="http://web-1251519181.file.myqcloud.com/lib/elementUI/theme.1.0.1/index.css"> -->
......
......@@ -23,7 +23,7 @@ i {
font-size:14px;
}
p {
color: $primary-font-color;
// color: $primary-font-color;
}
a {
color: #2f54eb;
......
......@@ -4,7 +4,7 @@
<el-input v-model="listParams.searchParams" class="w300" placeholder="请输入姓名/昵称/手机号/会员卡号" clearable @change="refresh"><i slot="prefix" class="el-input__icon el-icon-search"></i></el-input>
<el-input v-model="listParams.refundOrderSerial" class="w300" placeholder="请输入退款单号" clearable @change="refresh"><i slot="prefix" class="el-input__icon el-icon-search"></i></el-input>
<el-date-picker class="w250" v-model="dateTime" value-format="yyyy-MM-dd" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" @change="handleDateChange"></el-date-picker>
<el-button class="fr" type="primary" @click="exportExcel" icon="iconfont icon-icon_yunxiazai fz14"> 下载Excel</el-button>
<el-button class="fr" type="primary" @click="exportExcel" icon="iconfont icon-xiazai fz14"> 按搜索结果导出</el-button>
</div>
<el-table tooltipEffect="light" :data="tableList" :style="{ width: '100%' }">
<el-table-column show-overflow-tooltip width="180" prop="sendBackTime" label="基本信息" fixed="left">
......@@ -125,7 +125,7 @@ export default {
this.show = true;
this.detailLoading = true;
try {
let res = await listConsumeCouponDetail({ id: '2c90a8838020f6a2018020f6ed1f0000' || row.couponId }); //2c90a8838020f6a2018020f6ed1f0000
let res = await listConsumeCouponDetail({ id: row.couponId }); //2c90a8838020f6a2018020f6ed1f0000
this.detailList = res.result || [];
} catch (err) {
this.$tips({ type: 'error', message: '加载列表失败' });
......
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