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 @@