diff --git a/src/views/system/dataStatisticsCount/index.vue b/src/views/system/dataStatisticsCount/index.vue index a1d64ef..618e5af 100644 --- a/src/views/system/dataStatisticsCount/index.vue +++ b/src/views/system/dataStatisticsCount/index.vue @@ -14,7 +14,7 @@ format="yyyy 年 MM 月 dd 日" value-format="yyyy-MM-dd" type="date" - placeholder="排班开始日期" + placeholder="开始日期" style="width: 220px" :picker-options="pickerStartTime" > @@ -26,7 +26,7 @@ format="yyyy 年 MM 月 dd 日" value-format="yyyy-MM-dd" type="date" - placeholder="排班结束日期" + placeholder="结束日期" style="width: 220px" :picker-options="pickerEndTime" > @@ -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();