张诺
7 小时以前 754f4ccb397866d31bcfa71c3c8099539647a18b
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>