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