From 7b4cd6ef04b358e0805846d49e3acf02d7eae5cb Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 30 七月 2025 11:08:33 +0800 Subject: [PATCH] feat(eims): 更新预测性维护功能 - 新增设备数据定时更新功能 - 添加维护建议滚动显示 - 更新设备部件寿命预测数据 - 调整备件库存与预警逻辑 - 优化数据展示和颜色提示 --- 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