vue3:review 租户列表、租户套餐、用户管理
This commit is contained in:
@@ -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
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user