截止‘运力管理’模块
This commit is contained in:
4
src/utils/audit.js
Normal file
4
src/utils/audit.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const formatUpdateUserName = row => {
|
||||
if (!row) return '';
|
||||
return row.updateUserName || row.updateUser || '';
|
||||
};
|
||||
Reference in New Issue
Block a user