提交 3def9df9 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'develop'

add

See merge request !108
...@@ -112,8 +112,8 @@ export default { ...@@ -112,8 +112,8 @@ export default {
getScheduling({ projectEquityNo, hospitalId }).then(res => { getScheduling({ projectEquityNo, hospitalId }).then(res => {
console.log(res); console.log(res);
this.timsArray = res.data; this.timsArray = res.data;
this.selectTimes = res.data[0].appointmentDate; // this.selectTimes = res.data[0].appointmentDate;
this.currentItem = res.data[0]; // this.currentItem = res.data[0];
}); });
}, },
selectItem() { selectItem() {
...@@ -222,6 +222,7 @@ export default { ...@@ -222,6 +222,7 @@ export default {
.time-list-right{ .time-list-right{
padding: 10px 0; padding: 10px 0;
.text{ .text{
width: 200px;
padding-left: 22px; padding-left: 22px;
height: 41px; height: 41px;
font-size: 16px; font-size: 16px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册