区域人数统计
This commit is contained in:
parent
54e72cd823
commit
7038fe6751
@ -14,7 +14,7 @@
|
|||||||
format="yyyy 年 MM 月 dd 日"
|
format="yyyy 年 MM 月 dd 日"
|
||||||
value-format="yyyy-MM-dd"
|
value-format="yyyy-MM-dd"
|
||||||
type="date"
|
type="date"
|
||||||
placeholder="排班开始日期"
|
placeholder="开始日期"
|
||||||
style="width: 220px"
|
style="width: 220px"
|
||||||
:picker-options="pickerStartTime"
|
:picker-options="pickerStartTime"
|
||||||
></el-date-picker>
|
></el-date-picker>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
format="yyyy 年 MM 月 dd 日"
|
format="yyyy 年 MM 月 dd 日"
|
||||||
value-format="yyyy-MM-dd"
|
value-format="yyyy-MM-dd"
|
||||||
type="date"
|
type="date"
|
||||||
placeholder="排班结束日期"
|
placeholder="结束日期"
|
||||||
style="width: 220px"
|
style="width: 220px"
|
||||||
:picker-options="pickerEndTime"
|
:picker-options="pickerEndTime"
|
||||||
></el-date-picker>
|
></el-date-picker>
|
||||||
@ -338,7 +338,7 @@ export default {
|
|||||||
cancel() {
|
cancel() {
|
||||||
this.addopen = false;
|
this.addopen = false;
|
||||||
},
|
},
|
||||||
/** 查询医生排班管理列表 */
|
/** 查询列表 */
|
||||||
getList() {
|
getList() {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
if (this.queryParams.province) {
|
if (this.queryParams.province) {
|
||||||
@ -411,12 +411,7 @@ export default {
|
|||||||
this.single = selection.length !== 1;
|
this.single = selection.length !== 1;
|
||||||
this.multiple = !selection.length;
|
this.multiple = !selection.length;
|
||||||
},
|
},
|
||||||
/** 新增按钮操作 */
|
|
||||||
handleAdd() {
|
|
||||||
this.reset();
|
|
||||||
this.addopen = true;
|
|
||||||
this.title = "添加医生排班";
|
|
||||||
},
|
|
||||||
/** mi按钮操作 */
|
/** mi按钮操作 */
|
||||||
handleUpdate(row) {
|
handleUpdate(row) {
|
||||||
this.reset();
|
this.reset();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user