vue3:review 操作日志、登录日志、令牌管理、客户端管理

This commit is contained in:
YunaiV
2022-11-26 22:40:12 +08:00
parent f168699821
commit 387cdc4295
4 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@ const { t } = useI18n() // 国际化
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryTitle: '日志编号',
action: true,
actionWidth: '80px',
columns: [