fix: 修改bug

This commit is contained in:
fyy
2025-07-23 20:54:54 +08:00
parent db8186d055
commit f6da015fb7
7 changed files with 160 additions and 136 deletions

View File

@@ -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',
},
];