联调
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user