张诺
昨天 b9d3432b9994a3a050cb913d6137a8a7f0be9f67
src/pages/equipmentManagement/upkeep/index.vue
@@ -59,6 +59,10 @@
              <text class="detail-value">{{ item.createUserName || '-' }}</text>
            </view>
            <view class="detail-row">
              <text class="detail-label">保养项目</text>
              <text class="detail-value">{{ item.maintenanceItem || '-' }}</text>
            </view>
            <view class="detail-row">
              <text class="detail-label">录入日期</text>
              <text class="detail-value">{{ formatDateTime(item.createTime) || '-' }}</text>
            </view>