tjx
2025-11-04 6b89f08dd48f79bc4f248c747535f62a4ac55de7
pages/index.vue
@@ -166,6 +166,10 @@
         <view v-if="currentTab === 6" class="tab-content">
            <Technology :orderId="orderId" :orderNo="selectedOrder" :machineNo="machineNo" />
         </view>
         <view v-if="currentTab === 9" class="tab-content">
            <!-- 设备点检视图 -->
            <EquipmentInspection :machineNo="machineNo" />
         </view>
      </scroll-view>