提交 04fea7f6 编写于 作者: qian.jie's avatar qian.jie

优先显示

上级 e78cd0ba
...@@ -51,8 +51,8 @@ ...@@ -51,8 +51,8 @@
</div> </div>
</div> </div>
<div class="maxNum-first-show"> <div class="maxNum-first-show">
<span>每小时接诊上限人数: {{ maxNumValue }} </span> <span>每小时接诊上限人数: {{ showMaxNum }} </span>
<p>优先级 {{ currentIndex }}</p> <p>优先级 {{ showFirNum }}</p>
</div> </div>
<div <div
v-if="this.schedulingType != 3" v-if="this.schedulingType != 3"
...@@ -259,6 +259,8 @@ ...@@ -259,6 +259,8 @@
copyArr: [], copyArr: [],
centerDialogVisible: false, centerDialogVisible: false,
maxNumValue: '10', maxNumValue: '10',
showFirNum:'',
showMaxNum:''
}; };
}, },
computed: {}, computed: {},
...@@ -328,6 +330,8 @@ ...@@ -328,6 +330,8 @@
console.log(res, 'res'); console.log(res, 'res');
this.currentIndex = res.data.level; this.currentIndex = res.data.level;
this.maxNumValue = res.data.preNum; this.maxNumValue = res.data.preNum;
this.showFirNum = res.data.level,
this.showMaxNum = res.data.preNum;
} }
}); });
}, },
...@@ -581,6 +585,7 @@ ...@@ -581,6 +585,7 @@
type: 'success', type: 'success',
}); });
this.centerDialogVisible = false; this.centerDialogVisible = false;
this.getLevelAndDayCount();
} }
}); });
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册