Commit 949c7129 by lixiaomin

修改页面

parent 98fe4d1a
...@@ -51,7 +51,8 @@ ...@@ -51,7 +51,8 @@
<el-table-column label="使用范围" align="center"> <el-table-column label="使用范围" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<p v-show="scope.row.goodLimitDesc!=''">{{scope.row.goodLimitDesc}}</p> <p v-show="scope.row.goodLimitDesc!=''">{{scope.row.goodLimitDesc}}</p>
<p v-show="scope.row.areaLimitDesc!=''">{{scope.row.areaLimitDesc}}</p> <p v-show="scope.row.areaLimitDesc!=''">{{scope.row.areaLimitDesc}}</p>
<p v-show="scope.row.weekLimitDesc!=''">{{scope.row.weekLimitDesc}}</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="时效" align="center" width="300"> <el-table-column label="时效" align="center" width="300">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="app-container"> <div class="app-container">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="80px"> <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="80px">
<el-form-item label="渠道入口"> <el-form-item label="渠道入口">
<el-input placeholder="请输入渠道入口" clearable @keyup.enter.native="handleQuery" /> <el-input v-model="queryParams.source" placeholder="请输入渠道入口" clearable @keyup.enter.native="handleQuery" />
</el-form-item> </el-form-item>
<el-form-item label="优惠券"> <el-form-item label="优惠券">
<el-select v-model="queryParams.couponId" placeholder="请选择优惠券" clearable @keyup.enter.native="handleQuery" filterable> <el-select v-model="queryParams.couponId" placeholder="请选择优惠券" clearable @keyup.enter.native="handleQuery" filterable>
......
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