fix: 修改bug
This commit is contained in:
@@ -42,7 +42,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '劳务名称',
|
||||
field: 'name',
|
||||
width: '120',
|
||||
minWidth: '120',
|
||||
},
|
||||
{
|
||||
title: '计量单位',
|
||||
@@ -95,6 +95,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
fixed: 'right',
|
||||
slots: { default: 'action' },
|
||||
title: '操作',
|
||||
width: '230',
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user