From 60384e8241fa855b5780260633ee9b9f8904847a Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期五, 20 六月 2025 14:24:19 +0800 Subject: [PATCH] feat(eims-ui-mobile): 为多个页面添加搜索功能 - 在 equ-list、insp-st、maint-st、req-list 和 res-list 页面中添加设备名称和资产编号的模糊搜索 --- 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