提交 d5daf399 编写于 作者: xiaoping.di's avatar xiaoping.di

修改排班

上级 25646a28
......@@ -19,6 +19,10 @@
"tinypng": "pica-cli-service tinypng"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.10.0",
"@fullcalendar/interaction": "^5.10.0",
"@fullcalendar/timegrid": "^5.10.0",
"@fullcalendar/vue": "^5.10.0",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"core-js": "^3.6.5",
......
......@@ -12,29 +12,43 @@ export const childLabelList = async (data) => {
method: 'get',
});
};
export const workQuery = async(data) => {
export const workQuery = async (data) => {
return request({
url: '/diagnose/doctor/work/workQuery',
data: data,
method: 'post',
url: '/diagnose/doctor/work/workQuery',
data: data,
method: 'post',
});
};
export const switchOpen = async(data) => {
export const switchOpen = async (data) => {
return request({
url: '/diagnose/doctor/work/switchOpen',
data: data,
method: 'post',
url: '/diagnose/doctor/work/switchOpen',
data: data,
method: 'post',
});
};
export const workInStep = async() => {
export const workInStep = async () => {
return request({
url: '/diagnose/doctor/work/inStep',
method: 'post',
url: '/diagnose/doctor/work/inStep',
method: 'post',
});
};
export const getLevel = async() => {
export const getLevel = async () => {
return request({
url: '/diagnose/doctor/work/getLevel',
method: 'post',
url: '/diagnose/doctor/work/getLevel',
method: 'post',
});
};
\ No newline at end of file
};
export const dutyRosterQuery = async (data) => {
return request({
url: '/diagnose/doctor/work/dutyRosterQuery',
data: data,
method: 'post',
});
};
export const saveDutyRoster = async (data) => {
return request({
url: '/diagnose/doctor/work/saveDutyRoster',
data: data,
method: 'post',
});
};
......@@ -14,6 +14,29 @@
background: #fff;
border-radius: 6px;
}
.ag-left-change {
// position: relative;
// border:1px solid #ccc;
// height:40px;
// width:100%;
// display:flex;
// z-index:1;
div {
width: 130px;
height: 40px;
border: 1px solid #ccc;
}
.ag-left1 {
position: absolute;
right: 140px;
top: 20px;
}
.ag-left2 {
position: absolute;
right: 20px;
top: 20px;
}
}
.agment-left-con {
margin-top: 70px;
background: #f0f2f5;
......@@ -104,10 +127,14 @@
background: #fff;
color: #02120f;
border-color: #d9d9d9;
border-radius: 8px;
padding: 1.3px 5px;
border-radius: 20px;
padding: 6px 16px;
}
/deep/.fc-myCustomButton-button {
padding: 6px 24px;
}
/deep/.fc-button-primary:hover {
background: #fff;
color: #02120f;
border: 1px solid #0d9078;
}
......@@ -147,6 +147,7 @@
<div class="serviceSchedule-container">
<div class="serviceSchedule-containerInfo">
<NewScheduling
:create-list="newCreateList"
:scheduling-type-value="schedulingTypeValue"
:scheduling-type="schedulingType"
/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册