From 46d143d1d6fe8f286399f4d027c9a86adf7cd7fc Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 09 七月 2025 08:50:01 +0800 Subject: [PATCH] feat(inspection,maintenance): - 实现保养工单批量确认功能 - 在点检记录确认时增加时间限制,距离上次更新时间两小时内不允许确认 --- eims-ui-mobile/src/pages/fixture/fixture-list.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eims-ui-mobile/src/pages/fixture/fixture-list.vue b/eims-ui-mobile/src/pages/fixture/fixture-list.vue index e245676..5d1dabc 100644 --- a/eims-ui-mobile/src/pages/fixture/fixture-list.vue +++ b/eims-ui-mobile/src/pages/fixture/fixture-list.vue @@ -22,7 +22,7 @@ <view class="flex justify-between items-center"> <view class="flex items-center menu-title-box"> <view class="menu-indicator"></view> - <text class="ml-1 text-xs">{{ item.fixtureName }}</text> + <text class="ml-1 text-sm">{{ item.fixtureName }}</text> <text class="ml-1 text-mini text-color-gray">{{ item.assetNo }}</text> </view> @@ -40,7 +40,7 @@ <text class="text-color-gray ml-2 text-mini">瑙勬牸: {{ item.specNo }}</text> <text class="text-color-gray ml-2 text-mini">鍨嬪彿: {{ item.modelNo }}</text> </view> - <view class="text-color-gray text-xs mt-1 flex"> + <view class="text-color-gray text-sm mt-1 flex"> <template v-if="!item.borrowStatus || item.borrowStatus === '0'" > -- Gitblit v1.9.3