mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
Vue3 重构:简化 formatDate
This commit is contained in:
@ -194,5 +194,5 @@ export const dateFormatter = (row, column, cellValue) => {
|
||||
if (!cellValue) {
|
||||
return
|
||||
}
|
||||
return dayjs(cellValue).format('YYYY-MM-DD HH:mm:ss')
|
||||
return formatDate(cellValue)
|
||||
}
|
||||
|
Reference in New Issue
Block a user