提交 cae3aa45 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 af649bee
...@@ -53,8 +53,9 @@ ...@@ -53,8 +53,9 @@
<el-radio-button label="">全部({{reservationList.count}})</el-radio-button> <el-radio-button label="">全部({{reservationList.count}})</el-radio-button>
<el-radio-button label="1">未发送({{reservationList.unSendCount}})</el-radio-button> <el-radio-button label="1">未发送({{reservationList.unSendCount}})</el-radio-button>
<el-radio-button label="2">待确认({{reservationList.waitAcceptCount}})</el-radio-button> <el-radio-button label="2">待确认({{reservationList.waitAcceptCount}})</el-radio-button>
<el-radio-button label="3">已接受({{reservationList.acceptedCount}})</el-radio-button>
<el-radio-button label="4">已拒绝({{reservationList.refusedCount }})</el-radio-button> <el-radio-button label="4">已拒绝({{reservationList.refusedCount }})</el-radio-button>
<el-radio-button label="3">已接受({{reservationList.acceptedCount}})</el-radio-button>
</el-radio-group> </el-radio-group>
<el-button class="button-green" type="primary" size="small" @click="sendReservation">发送预约</el-button> <el-button class="button-green" type="primary" size="small" @click="sendReservation">发送预约</el-button>
<el-table <el-table
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册