vue3:review 租户列表、租户套餐、用户管理

This commit is contained in:
YunaiV
2022-11-26 22:12:02 +08:00
parent 7e5c44b0db
commit ae8795df8e
6 changed files with 22 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ export const rules = reactive({
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryTitle: '套餐编号',
action: true,
columns: [
{
@@ -35,7 +36,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
},
{
title: '菜单权限',
field: 'menuIds',
field: 'menuIds', // TODO 星语:菜单权限,表单可以搞大点哇?
isTable: false
},
{