buildadmin-webman项目初始化v1完整版

This commit is contained in:
2026-03-21 14:49:47 +08:00
parent 3502c299d1
commit f0d1d46457
8 changed files with 62 additions and 406 deletions

View File

@@ -1,9 +0,0 @@
export default {
id: 'id',
username: 'username',
password: 'password',
create_time: 'create_time',
update_time: 'update_time',
score: 'score',
quickSearchFields: 'id',
}

View File

@@ -1,9 +0,0 @@
export default {
id: 'ID',
username: '用户名',
password: '密码',
create_time: '创建时间',
update_time: '修改时间',
score: '积分',
quickSearchFields: 'ID',
}