src/pages/equipmentManagement/runManagement/index.vue
@@ -5,7 +5,8 @@ <!-- 通知公告板 --> <view class="notice-board"> <!-- 统一通知区域 --> <view class="notice-section"> <view v-if="holidayNotices.length > 0" class="notice-section"> <view class="section-header"> <h3>设备运行记录</h3> </view> @@ -84,7 +85,7 @@ <!-- 空状态 --> <view class="empty-state" v-if="holidayNotices.length === 0 && maintenanceNotices.length === 0"> <text>暂无通知公告</text> <text>暂无运行记录</text> </view> </view> </view>