From 379088ed52c7e1152aac914506c3bfb8145d790d Mon Sep 17 00:00:00 2001 From: jiang Date: Mon, 22 Dec 2025 09:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentServicing/index.vue | 31 ++++++++++++++++----- src/views/business/warehouse/details.vue | 1 + src/views/toolsManage/toolsLedger/index.vue | 2 +- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/src/views/EquipmentServicing/index.vue b/src/views/EquipmentServicing/index.vue index df678693..bc9157c3 100644 --- a/src/views/EquipmentServicing/index.vue +++ b/src/views/EquipmentServicing/index.vue @@ -7,7 +7,7 @@ :model="searchParams" :rules="searchFormRules" :inline="true" - label-width="auto" size="small" + label-width="100px" size="small" > @@ -17,7 +17,7 @@ v-model.trim="searchParams.deviceCode" placeholder="请输入装备编码" clearable - style="width:240px" + style="width:200px" /> @@ -31,7 +31,7 @@ value-format="yyyy-MM-dd" start-placeholder="开始日期" end-placeholder="结束日期" - style="width: 240px" + style="width: 200px" /> @@ -45,12 +45,27 @@ value-format="yyyy-MM-dd" start-placeholder="开始日期" end-placeholder="结束日期" - style="width: 240px" + style="width: 200px" /> - + + + + + + + + + + + 查询 重置 @@ -75,9 +90,10 @@ + - +