|
@ -33,14 +33,7 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '操作员', |
|
|
|
|
|
field: 'worker', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '业务类型', |
|
|
label: '业务类型', |
|
|
field: 'businessType', |
|
|
field: 'businessType', |
|
@ -53,8 +46,10 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '记录号', |
|
|
label: '记录号', |
|
|
field: 'recordNumber', |
|
|
field: 'recordNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
isSearch: true, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 180 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -312,6 +307,14 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '操作员', |
|
|
|
|
|
field: 'worker', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
])) |
|
|
])) |
|
|
|
|
|
|
|
|
// 表单校验
|
|
|
// 表单校验
|
|
|