From d9635657730ab72f58d7cb01ce2a4a874223c59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 25 May 2023 17:37:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/station/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index e048d82..86f5752 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -70,6 +70,7 @@ v-loading="loading" :data="nurseStationlist" @selection-change="handleSelectionChange" + :element-loading-text="loadingtext" > @@ -750,7 +751,8 @@ export default { nurseStationFriendslist: { img: undefined }, - nurseStationFriendsshow: false + nurseStationFriendsshow: false, + loadingtext: "加载中" }; }, created() { @@ -760,6 +762,7 @@ export default { }, methods: { GenerateQRcode(row) { + this.loadingtext = "生成中"; this.loading = true; this.nurseStationFriendslist = row; nurseStationFriends(row.id).then(res => { @@ -873,6 +876,7 @@ export default { }, // 表单重置 reset() { + this.loadingtext = "加载中"; this.nurseStationType2 = []; this.form = { id: null,