gongchunyi
2026-08-12 5308aad2c22e1ef8a0c52c0231f69252fe7ee104
src/views/equipmentManagement/inspectionManagement/index.vue
@@ -224,7 +224,7 @@
   { prop: "registrant", label: "登记人", minWidth: 120 },
   {
      prop: "createTime", label: "登记日期", minWidth: 180,
      formatData: cell => { if (!cell) return "-"; try { return dayjs(cell).format("YYYY-MM-DD HH:mm:ss"); } catch { return cell; } },
      formatData: cell => { if (!cell) return "-"; try { return dayjs(cell).format("YYYY-MM-DD"); } catch { return cell; } },
   },
   { prop: "abnormalDescription", label: "异常描述", minWidth: 150 },
]);