[fix]优化代码,增加素材中心栏目

This commit is contained in:
黄少君
2024-02-22 09:58:59 +08:00
parent 203d100305
commit 64191373f0
60 changed files with 695 additions and 576 deletions

View File

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