From 793989f6eb4e39f4b1f47931fdeefb4a12385424 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 30 七月 2025 16:46:32 +0800 Subject: [PATCH] refactor(eims): 优化设备数据定时任务和报告服务 --- eims-ui-mobile/src/pages/inspect/insp-add.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/eims-ui-mobile/src/pages/inspect/insp-add.vue b/eims-ui-mobile/src/pages/inspect/insp-add.vue index 7d513b3..5809aa7 100644 --- a/eims-ui-mobile/src/pages/inspect/insp-add.vue +++ b/eims-ui-mobile/src/pages/inspect/insp-add.vue @@ -70,7 +70,6 @@ /> <wd-cell title="鐐规鍥剧墖" title-width="200rpx" prop="fileList"> <wd-upload - :auto-upload="false" :file-list="model.fileList" :action="VITE_UPLOAD_BASEURL" @change="handleFileChange" @@ -94,7 +93,7 @@ </wd-cell-group> <view class="footer"> - <wd-button type="primary" size="large" @click="handleSubmit" block>鎻愪氦</wd-button> + <wd-button type="primary" style="margin: 20px" block @click="handleSubmit" >鎻愪氦</wd-button> </view> </wd-form> </view> -- Gitblit v1.9.3