From df64c34d92cbe8501bbbfe837bc491a47452c0b6 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期一, 09 六月 2025 10:58:19 +0800
Subject: [PATCH] feat(eims): 新增保养工单批量修改功能并优化相关领域对象

---
 eims-ui-mobile/src/pages/repair/repair-fb.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/eims-ui-mobile/src/pages/repair/repair-fb.vue b/eims-ui-mobile/src/pages/repair/repair-fb.vue
index ae8aaea..125226f 100644
--- a/eims-ui-mobile/src/pages/repair/repair-fb.vue
+++ b/eims-ui-mobile/src/pages/repair/repair-fb.vue
@@ -29,20 +29,20 @@
       <template #title>
         <view class="flex items-center menu-title-box">
           <view class="menu-indicator"></view>
-          <view class="ml-1 text-xs">缁翠慨姒傝</view>
+          <view class="ml-1 text-sm">缁翠慨姒傝</view>
         </view>
       </template>
       <wd-steps :active="repairRecordList.length" vertical class="px-4">
         <wd-step v-for="(item, index) in repairRecordList">
           <template #title>
             <view class="flex items-center menu-title-box">
-              <view class="ml-1 text-xs">{{ item?.operaResult }}</view>
+              <view class="ml-1 text-sm">{{ item?.operaResult }}</view>
             </view>
           </template>
           <template #description>
             <view class="flex items-center menu-title-box">
-              <view class="ml-1 text-xs">{{ item?.operaUserName }}</view>
-              <view class="ml-1 text-xs">{{ item?.handleTime }}</view>
+              <view class="ml-1 text-sm">{{ item?.operaUserName }}</view>
+              <view class="ml-1 text-sm">{{ item?.handleTime }}</view>
             </view>
           </template>
         </wd-step>
@@ -53,7 +53,7 @@
       <template #title>
         <view class="flex items-center menu-title-box">
           <view class="menu-indicator"></view>
-          <view class="ml-1 text-xs">缁翠慨璇勪环</view>
+          <view class="ml-1 text-sm">缁翠慨璇勪环</view>
         </view>
       </template>
       <wd-cell title="缁翠慨婊℃剰搴�">

--
Gitblit v1.9.3