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

1

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