This commit is contained in:
qsh
2024-05-27 15:58:17 +08:00
parent 34b4f84293
commit 1f9be6227c
14 changed files with 173 additions and 43 deletions

View File

@@ -142,7 +142,7 @@ export function formatPast2(ms) {
* @param cellValue 字段值
*/
// @ts-ignore
export const dateFormatter = (row, column, cellValue) => {
export const dateFormatter = (row: any, column: any, cellValue: any) => {
if (!cellValue) {
return
}