Commit a874443d authored by libin's avatar libin

a

parent fc3bba95
......@@ -18,13 +18,7 @@
</el-table-column>
<el-table-column width="180" align="center" label="类型">
<template scope="scope">
<span>{{scope.row.type==0?"app首页":scope.row.type==1?"app旅游页":scope.row.type==2?"租车":scope.row.type==3?"个人中心":scope.row.type==4?"小程序首页":scope.row.type==5?'发现':scope.row.type}}</span>
</template>
</el-table-column>
<!--location 1:推荐 2:拍拍 3:短视频 4:问答-->
<el-table-column width="100" align="center" label="位置">
<template scope="scope">
<span>{{scope.row.location==0?"所有页面":scope.row.location==1?"推荐":scope.row.location==2?"拍拍":scope.row.location==3?"短视频":scope.row.location==4?"问答": scope.row.location}}</span>
<span>{{scope.row.type==0?"首页":scope.row.type==1?"旅游":scope.row.type==2?"营地":scope.row.type==3?"房车":scope.row.type==4?"活动":scope.row.type==5}}</span>
</template>
</el-table-column>
<el-table-column width="250" align="center" label="banner图">
......@@ -64,14 +58,6 @@
<el-radio class="radio" v-model="form.type" label="3">房车</el-radio>
<el-radio class="radio" v-model="form.type" label="4">活动</el-radio>
</el-form-item>
<!--location 1:推荐 2:拍拍 3:短视频 4:问答-->
<!--<el-form-item label="位置" prop="location" v-if="form.type == 5">
<el-radio class="radio" v-model="form.location" label="0">所有页面</el-radio>
<el-radio class="radio" v-model="form.location" label="1">推荐</el-radio>
<el-radio class="radio" v-model="form.location" label="2">拍拍</el-radio>
<el-radio class="radio" v-model="form.location" label="3">短视频</el-radio>
<el-radio class="radio" v-model="form.location" label="4">问答</el-radio>
</el-form-item>-->
<!--BASE_API + -->
<el-form-item label="banner图" prop="cover" :style="{display:'block'}">
<el-upload
......
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