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

排班样式修改

上级 ce825bc1
......@@ -117,6 +117,7 @@
}
.show-work-set {
margin-top: 100px;
padding: 10px;
}
.agment-left-con {
padding: 15px;
......@@ -312,7 +313,7 @@
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
/deep/.fc-header-toolbar {
right: 6%;
right: 3%;
}
.ag-left1 {
width: 12% !important;
......
......@@ -151,6 +151,7 @@
meridiem: 'short',
hour12: false, // 设置时间为24小时
},
expandRows: true,
},
workingTicketVisible: false, // 工作表票详情页面
scrollerHeight: 0,
......@@ -268,15 +269,17 @@
};
}
);
const dutyWorkList = (res.data.dutyWorkList || []).map((item, index) => {
return {
id: index,
resourceId: item.doctorId,
end: item.endTime,
start: item.startTime,
color: '#E7F4F5',
};
});
const dutyWorkList = (res.data.dutyWorkList || []).map(
(item, index) => {
return {
id: index,
resourceId: item.doctorId,
end: item.endTime,
start: item.startTime,
color: '#E7F4F5',
};
}
);
// this.getWidth = this.$refs.agmentSelect.scrollWidth + 'px';
// this.getWidth = 3000 + 'px';
this.calendarOptions.events = [].concat(
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册