mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-05 01:55:29 +08:00
租户套餐管理优化体验
This commit is contained in:
@ -251,10 +251,10 @@ export const userSearchFormSchema: FormSchema[] = [
|
||||
},
|
||||
];
|
||||
|
||||
//产品包列表
|
||||
//套餐包列表
|
||||
export const packColumns: BasicColumn[] = [
|
||||
{
|
||||
title: '产品包名称',
|
||||
title: '套餐包名称',
|
||||
dataIndex: 'packName',
|
||||
width: 100,
|
||||
},
|
||||
@ -277,21 +277,21 @@ export const packColumns: BasicColumn[] = [
|
||||
},
|
||||
];
|
||||
|
||||
//产品包搜索表单
|
||||
//套餐包搜索表单
|
||||
export const packFormSchema: FormSchema[] = [
|
||||
{
|
||||
field: 'packName',
|
||||
label: '产品包名称',
|
||||
label: '套餐包名称',
|
||||
component: 'JInput',
|
||||
colProps: { xxl: 8 },
|
||||
},
|
||||
];
|
||||
|
||||
//产品包表单
|
||||
//套餐包表单
|
||||
export const packMenuFormSchema: FormSchema[] = [
|
||||
{
|
||||
field: 'packName',
|
||||
label: '产品包名称',
|
||||
label: '套餐包名称',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
@ -377,7 +377,7 @@ export const searchRecycleFormSchema : FormSchema[] = [
|
||||
},
|
||||
]
|
||||
|
||||
//产品包用户列表
|
||||
//套餐包用户列表
|
||||
export const tenantPackUserColumns: BasicColumn[] = [
|
||||
{
|
||||
title: '用户',
|
||||
|
||||
Reference in New Issue
Block a user