From dae5297e22848be118543c6216a3b6f04fe0f74b Mon Sep 17 00:00:00 2001 From: ck-chenkang Date: Wed, 17 Jun 2026 19:05:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=AE=BE=E5=A4=87=E5=8F=B0=E8=B4=A6?= =?UTF-8?q?=E5=BC=95=E5=85=A5sv-focus-no-keyboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/equipmentLedger/index.vue | 543 +++++++++++------- 1 file changed, 323 insertions(+), 220 deletions(-) diff --git a/src/pages_function/pages/equipmentLedger/index.vue b/src/pages_function/pages/equipmentLedger/index.vue index a3662a1..d6bbcb4 100644 --- a/src/pages_function/pages/equipmentLedger/index.vue +++ b/src/pages_function/pages/equipmentLedger/index.vue @@ -4,35 +4,58 @@ - {{ selectedLineLabel }} + {{ selectedLineLabel }} - + - {{ selectedStatusLabel }} + {{ selectedStatusLabel }} - {{ resetFilterText }} - - + {{ textValue(item.deviceCode) }} - - {{ getStatusText(item.deviceStatus) }} + + {{ getStatusText(item.deviceStatus) }} {{ textValue(item.deviceName) }} - {{ formatDateValue(item.createTime) }} + {{ + formatDateValue(item.createTime) + }} - {{ t('functionCommon.loading') }} - {{ t('equipmentLedger.empty') }} - {{ t('functionCommon.loadingMore') }} - {{ t('functionCommon.noMore') }} + {{ + t('functionCommon.loading') + }} + {{ + t('equipmentLedger.empty') + }} + {{ + t('functionCommon.loadingMore') + }} + {{ + t('functionCommon.noMore') + }} @@ -78,237 +116,290 @@ :auto-close="false" @confirm="onLineCascaderConfirm" /> + + @@ -532,9 +636,9 @@ function formatDateValue(value) { } .reset-filter-btn { - min-width: 10rpx; - flex: 1; - width: 80rpx; + min-width: 10rpx; + flex: 1; + width: 80rpx; height: 64rpx; display: flex; align-items: center; @@ -687,4 +791,3 @@ function formatDateValue(value) { font-size: 26rpx; } -