fix: sn和提示修改
This commit is contained in:
@@ -75,7 +75,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
},
|
||||
{
|
||||
fieldName: 'sn',
|
||||
label: 'sn',
|
||||
label: 'SN',
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
disabled: true,
|
||||
@@ -214,7 +214,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||
},
|
||||
{
|
||||
fieldName: 'sn',
|
||||
label: 'sn',
|
||||
label: 'SN',
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
allowClear: true,
|
||||
@@ -356,7 +356,7 @@ export function useGridColumns(
|
||||
},
|
||||
{
|
||||
field: 'sn',
|
||||
title: 'sn',
|
||||
title: 'SN',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user