@ -286,15 +286,14 @@ export const ProductscrapRecordMain = useCrudSchemas(
},
isTable: false
// {
{
// label: '备注',
label: '主备注',
// field: 'remark',
field: 'mainRemark',
// sort: 'custom',
sort: 'custom',
// table: {
table: {
// width: 150
width: 150
// },
// isTable: false
label: '是否已撤销',
field: 'revokeFlag',
@ -746,22 +745,14 @@ export const ProductscrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
isTable: false,
label: '明细备注',
field: 'remark',
// isSearch: true,
// search: {
// component: 'Input',
// componentProps: {
// placeholder: '请输入备注'
// }
// isTable: true,
label: '创建时间',
field: 'createTime',