Commit eff55cde authored by hailiang.sun's avatar hailiang.sun

预约状态调整

parent 706afaa7
...@@ -338,8 +338,6 @@ export default { ...@@ -338,8 +338,6 @@ export default {
getConfirm(val) { getConfirm(val) {
this.datePickShow = false; this.datePickShow = false;
this.showDatemask = false; this.showDatemask = false;
console.log("确认选择", val, this.serviceDate);
return false;
const _this = this; const _this = this;
const query = { const query = {
dataSource: "M", //数据来源P电脑PC ,M 手机 dataSource: "M", //数据来源P电脑PC ,M 手机
......
...@@ -77,6 +77,8 @@ ...@@ -77,6 +77,8 @@
? "取消中..." ? "取消中..."
: item.status === "7" : item.status === "7"
? "改约中..." ? "改约中..."
: item.status === "4"
? "已经取消"
: "状态异常" : "状态异常"
}}</a-button> }}</a-button>
<a-button type="primary" @click="goIndexPage"> 回首页 </a-button> <a-button type="primary" @click="goIndexPage"> 回首页 </a-button>
......
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