Commit d3dc8dd9 authored by lixy's avatar lixy

优惠券

parent 9952ba9f
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<span v-if="scope.row.channel==1">租车</span> <span v-if="scope.row.channel==1">租车</span>
<span v-if="scope.row.channel==2">旅游</span> <span v-if="scope.row.channel==2">旅游</span>
<span v-if="scope.row.channel==3">营地</span> <span v-if="scope.row.channel==3">营地</span>
<span v-if="scope.row.channel==4">会员</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="金额"> <el-table-column align="center" label="金额">
...@@ -328,6 +329,10 @@ ...@@ -328,6 +329,10 @@
{ {
id:3, id:3,
val:'营地' val:'营地'
},
{
id:4,
val:'会员'
} }
], ],
BASE_API: process.env.BASE_API, BASE_API: process.env.BASE_API,
......
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