feat:【antd】【erp 系统】sale/out 全部重构 ok
This commit is contained in:
@@ -203,6 +203,12 @@ export function useFormItemColumns(): VxeTableGridOptions['columns'] {
|
||||
title: '单位',
|
||||
minWidth: 80,
|
||||
},
|
||||
{
|
||||
field: 'remark',
|
||||
title: '备注',
|
||||
minWidth: 150,
|
||||
slots: { default: 'remark' },
|
||||
},
|
||||
{
|
||||
field: 'count',
|
||||
title: '数量',
|
||||
@@ -239,12 +245,6 @@ export function useFormItemColumns(): VxeTableGridOptions['columns'] {
|
||||
minWidth: 120,
|
||||
formatter: 'formatAmount2',
|
||||
},
|
||||
{
|
||||
field: 'remark',
|
||||
title: '备注',
|
||||
minWidth: 150,
|
||||
slots: { default: 'remark' },
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
width: 50,
|
||||
|
||||
Reference in New Issue
Block a user