From a411e420948e6bdd7d5c5de0aac8be1b64be052f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=92?= Date: Fri, 7 Nov 2025 13:30:24 +0800 Subject: [PATCH] 1 --- .../system/jdorder/components/TencentDocOperationLogs.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/system/jdorder/components/TencentDocOperationLogs.vue b/src/views/system/jdorder/components/TencentDocOperationLogs.vue index 4d94362..199ec43 100644 --- a/src/views/system/jdorder/components/TencentDocOperationLogs.vue +++ b/src/views/system/jdorder/components/TencentDocOperationLogs.vue @@ -5,6 +5,10 @@ width="90%" :close-on-click-modal="false" @close="handleClose" + v-loading="loading" + element-loading-text="加载中..." + element-loading-spinner="el-icon-loading" + element-loading-background="rgba(255, 255, 255, 0.9)" > @@ -75,7 +79,6 @@