| src/views/basicData/parameterMaintenance/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/equipmentManagement/inspectionManagement/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/equipmentManagement/upkeep/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/basicData/parameterMaintenance/index.vue
@@ -302,6 +302,7 @@ { label: "创建时间", prop: "createTime", formatData: cell => (cell ? dayjs(cell).format("YYYY-MM-DD") : ""), }, { label: "操作", src/views/equipmentManagement/inspectionManagement/index.vue
@@ -197,7 +197,7 @@ formatData: cell => { if (!cell) return "-"; try { return dayjs(cell).format("YYYY-MM-DD HH:mm:ss"); return dayjs(cell).format("YYYY-MM-DD"); } catch { return cell; } src/views/equipmentManagement/upkeep/index.vue
@@ -349,7 +349,7 @@ label: "登记日期", minWidth: 100, formatData: cell => cell ? dayjs(cell).format("YYYY-MM-DD HH:mm:ss") : "-", cell ? dayjs(cell).format("YYYY-MM-DD") : "-", }, { fixed: "right",