@ -278,14 +278,14 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([
}
},
{
// {
label: '货主代码',
// label: '货主代码',
field: 'ownerCode',
// field: 'ownerCode',
sort: 'custom',
// sort: 'custom',
table: {
// table: {
width: 150
// width: 150
// },
label: '创建时间',
field: 'createTime',