yyb
2 天以前 1d24a0047b8043c85d5c27720a6f672bbc4d7238
src/pages/equipmentManagement/upkeep/index.vue
@@ -55,6 +55,10 @@
              <text class="detail-value">{{ formatDate(item.maintenancePlanTime) || '-' }}</text>
            </view>
            <view class="detail-row">
              <text class="detail-label">保养项目</text>
              <text class="detail-value">{{ item.maintenanceLocation || '-' }}</text>
            </view>
            <view class="detail-row">
              <text class="detail-label">录入人</text>
              <text class="detail-value">{{ item.createUserName || '-' }}</text>
            </view>