fix: sn和提示修改
This commit is contained in:
@@ -15,5 +15,5 @@
|
|||||||
"operation": "Operation",
|
"operation": "Operation",
|
||||||
"list": "License List",
|
"list": "License List",
|
||||||
"checkAll": "Check All",
|
"checkAll": "Check All",
|
||||||
"licenseAdminHelp": "Assigned to personnel responsible for generating licenses"
|
"licenseAdminHelp": "Assigned to persons who have permission to generate licenses"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,5 +15,5 @@
|
|||||||
"operation": "操作",
|
"operation": "操作",
|
||||||
"list": "License列表",
|
"list": "License列表",
|
||||||
"checkAll": "全选",
|
"checkAll": "全选",
|
||||||
"licenseAdminHelp": "指派给负责生成license的人员"
|
"licenseAdminHelp": "指派给有权限生成License的人员"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldName: 'sn',
|
fieldName: 'sn',
|
||||||
label: 'sn',
|
label: 'SN',
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
disabled: true,
|
disabled: true,
|
||||||
@@ -214,7 +214,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldName: 'sn',
|
fieldName: 'sn',
|
||||||
label: 'sn',
|
label: 'SN',
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
@@ -356,7 +356,7 @@ export function useGridColumns(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'sn',
|
field: 'sn',
|
||||||
title: 'sn',
|
title: 'SN',
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user