From 7038fe6751bbb4dc4f7b7ecea96606d5a6525321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 12 Jan 2024 14:04:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E4=BA=BA=E6=95=B0=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dataStatisticsCount/index.vue | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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();