截止‘运力管理’模块

This commit is contained in:
2026-07-20 11:26:51 +08:00
parent e66b4a3680
commit c6dffb5d97
98 changed files with 19429 additions and 176 deletions

4
src/utils/audit.js Normal file
View File

@@ -0,0 +1,4 @@
export const formatUpdateUserName = row => {
if (!row) return '';
return row.updateUserName || row.updateUser || '';
};