区域人数统计

This commit is contained in:
闫晓茹 2024-01-12 14:04:53 +08:00
parent 54e72cd823
commit 7038fe6751

View File

@ -14,7 +14,7 @@
format="yyyy 年 MM 月 dd 日"
value-format="yyyy-MM-dd"
type="date"
placeholder="排班开始日期"
placeholder="开始日期"
style="width: 220px"
:picker-options="pickerStartTime"
></el-date-picker>
@ -26,7 +26,7 @@
format="yyyy 年 MM 月 dd 日"
value-format="yyyy-MM-dd"
type="date"
placeholder="排班结束日期"
placeholder="结束日期"
style="width: 220px"
:picker-options="pickerEndTime"
></el-date-picker>
@ -338,7 +338,7 @@ export default {
cancel() {
this.addopen = false;
},
/** 查询医生排班管理列表 */
/** 查询列表 */
getList() {
this.loading = true;
if (this.queryParams.province) {
@ -411,12 +411,7 @@ export default {
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
/** 新增按钮操作 */
handleAdd() {
this.reset();
this.addopen = true;
this.title = "添加医生排班";
},
/** mi按钮操作 */
handleUpdate(row) {
this.reset();