提交 74627ea3 编写于 作者: lyf's avatar lyf

修改对应值

上级 a44ac5de
......@@ -5,6 +5,9 @@
:visible.sync="rematchingVisible"
@close="cancel"
>
<div class="message" v-if="bizType == 10">温馨提示:点击确定后,预约单状态将回退为"待匹配医生"状态</div>
<div class="message" v-else>温馨提示:点击确定后,预约单状态将回退为"已匹配"状态</div>
<!-- <el-row :gutter="30" class="row search" type="flex" style="margin-bottom:0;">-->
<el-form
ref="setForm"
......@@ -139,4 +142,10 @@ export default {
<style lang="scss" scoped>
.message{
color: #f56c6c;
font-size: 14px;
text-align: center;
margin-bottom: 30px;
}
</style>
......@@ -275,7 +275,7 @@ export const ALL_TAB_LIST = [
},
{
label: '已匹配',
active: '21'
active: '102'
},
{
label: '待分诊',
......
......@@ -439,9 +439,11 @@ export default {
},
watch: {
$route: {
handler(newVal, oldVal) {
if (newVal) {
this.isUp=false;
this.reset()
this.init();
}
......@@ -508,7 +510,7 @@ export default {
this.getTabs().then((res)=>{
console.log(res)
if(res){
this.reset()
this.getsearch();
}
});
......@@ -744,7 +746,7 @@ export default {
doneTimeBegin: "",
doneTimeEnd: "",
});
this.getsearch();
},
// 导出
download() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册