Commit 4478923e authored by 黄奎's avatar 黄奎

页面修改

parent 28cb6a42
<template>
<div class="passengerSaleList">
<div class="passengerSaleList_topBtn">
<template v-if="isOrder==0">
<span style="color:red;">OP已关闭订单操作,如需修改,请联系OP开启。</span>
</template>
<div v-if="isOrder==1 && !isDis" v-show="tableList.length<guestNum" @click="goUrlA(0)">新增</div>
<div v-if="isOrder==1 && isOneDay !== 1 && !isDis" @click="goUrlP()">分房</div>
</div>
......
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