Revert "fix: 更新表格增加minWidth属性"

This reverts commit b52f3ba0c5.
This commit is contained in:
dap
2025-05-08 09:26:03 +08:00
parent c57d3f32b5
commit 540f24ed43
17 changed files with 10 additions and 92 deletions

View File

@@ -14,18 +14,15 @@ export const columns: VxeGridProps['columns'] = [
{
title: '套餐名称',
field: 'packageName',
minWidth: 160,
},
{
title: '备注',
field: 'remark',
minWidth: 180,
},
{
title: '状态',
field: 'status',
slots: { default: 'status' },
minWidth: 100,
},
{
field: 'action',