style: 修改注释

master^2
layhuts 2026-05-09 14:07:30 +08:00
parent a5f0537cb0
commit bbcad709ca
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ interface RowType {
const gridOptions: VxeGridProps<RowType> = {
checkboxConfig: {
highlight: true,
labelField: 'name',
labelField: 'productName',
},
columns: [
{title: '序号', type: 'seq', width: 50},
@ -88,7 +88,7 @@ const gridOptions: VxeGridProps<RowType> = {
const [Grid, gridApi] = useVbenVxeGrid({
gridOptions,
viewedRow: {
//
//
actionCodes: ['view'],
//
keyField: 'id',