资产增加标签的功能
This commit is contained in:
@ -143,3 +143,7 @@ export function differTime(start, end) {
|
||||
}
|
||||
return show;
|
||||
}
|
||||
|
||||
export const isEmpty = (text) =>{
|
||||
return text === undefined || text == null || text.length === 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user