|
@@ -111,7 +111,7 @@
|
|
|
<!-- 酒店品类折扣 -->
|
|
|
<div v-if="!form.hotelList||form.hotelList.length==0" style="margin-top: 20px;">
|
|
|
<el-form-item label="酒店品类折扣" label-width="150px">
|
|
|
- <el-button style="margin-left: 15px;" type="primary" @click="addClassifyList('hotelList')">添加门票</el-button>
|
|
|
+ <el-button style="margin-left: 15px;" type="primary" @click="addClassifyList('hotelList')">添加酒店品类</el-button>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
<div v-for="(item,index) in form.hotelList" :key="'hotel'+index" style="margin-top: 10px;display: flex;align-items: center;">
|
|
@@ -147,7 +147,7 @@
|
|
|
<!-- 餐饮品类折扣 -->
|
|
|
<div v-if="!form.foodList||form.foodList.length==0" style="margin-top: 20px;">
|
|
|
<el-form-item label="餐饮品类折扣" label-width="150px">
|
|
|
- <el-button style="margin-left: 15px;" type="primary" @click="addClassifyList('foodList')">添加门票</el-button>
|
|
|
+ <el-button style="margin-left: 15px;" type="primary" @click="addClassifyList('foodList')">添加餐饮品类</el-button>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
<div v-for="(item,index) in form.foodList" :key="'food'+index" style="margin-top: 10px;display: flex;align-items: center;">
|
|
@@ -184,7 +184,7 @@
|
|
|
<!-- 餐饮品类折扣 -->
|
|
|
<div v-if="!form.productList||form.productList.length==0" style="margin-top: 20px;">
|
|
|
<el-form-item label="文创品类折扣" label-width="150px">
|
|
|
- <el-button style="margin-left: 15px;" type="primary" @click="addClassifyList('productList')">添加门票</el-button>
|
|
|
+ <el-button style="margin-left: 15px;" type="primary" @click="addClassifyList('productList')">添加文创品类</el-button>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
<div v-for="(item,index) in form.productList" :key="'product'+index" style="margin-top: 10px;display: flex;align-items: center;">
|