Commit 97312de9 authored by 罗超's avatar 罗超

1

parent 4d8ccac1
......@@ -154,6 +154,7 @@
<th width="200">{{ $t("scen.sc_bjts") }}</th>
<th>{{ $t("scen.sc_dj") }}</th>
<th>{{ $t("scen.sc_gj") }}</th>
<th>是否上架</th>
<!-- <th width="300">{{ $t("hotel.hotel_remark") }}</th> -->
<th>{{ $t("system.table_operation") }}</th>
</tr>
......@@ -204,6 +205,10 @@
</p>
<p class="Ldata">{{ item.HDate }}</p>
</td>
<td>
<span v-if="item.IsShelves===0">上架</span>
<span v-if="item.IsShelves===1">下架</span>
</td>
<!-- <td>
<el-tooltip
class="item"
......@@ -216,6 +221,7 @@
<span class="descripTion">{{ item.TicketDesc }}</span>
</el-tooltip>
</td> -->
<td>
<el-button-group>
<el-tooltip
......@@ -310,8 +316,8 @@
</el-select>
</el-form-item> -->
<el-form-item label="是否上架" prop="IsShelves">
<el-radio v-model="addMsg.IsShelves" :label="1">下架</el-radio>
<el-radio v-model="addMsg.IsShelves" :label="0">上架</el-radio>
<el-radio v-model="addMsg.IsShelves" :label="1">下架</el-radio>
</el-form-item>
<el-form-item label="是否闪入园" prop="IsSameDayBuy">
<el-radio v-model="addMsg.IsSameDayBuy" :label="1"></el-radio>
......
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