@ -293,15 +293,16 @@ export const PreparetoissueMain = useCrudSchemas(reactive<CrudSchema[]>([
}
},
// {
{
// label: '备注',
label: '备注',
// field: 'remark',
field: 'remark',
// sort: 'custom',
sort: 'custom',
// table: {
table: {
// width: 150
width: 150
// },
// isTable: false
isTable: true,
isForm:false,
label: '是否可用',
field: 'available',