tenant manage, code fmt

This commit is contained in:
2023-03-15 16:25:25 +08:00
parent 6a5e441155
commit 3a3b8aef06
160 changed files with 21986 additions and 18387 deletions

4
src/constant/dict.js Normal file
View File

@ -0,0 +1,4 @@
export const statusMap = new Map([
["0", "正常"],
["1", "禁用"],
]);