@ -26,15 +26,16 @@ export const AdjustRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: true,
},
{
// {
label: '操作',
// label: '操作',
field: 'action',
// field: 'action',
isForm: false,
// isForm: false,
table: {
// isTable: false,
width: 150,
// table: {
fixed: 'right'
// width: 150,
}
// fixed: 'right'
// }
]))
//表单校验
@ -164,17 +165,18 @@ export const AdjustRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
precision: 2
isDetail: false,
// isDetail: false,
isTableForm: false,
// },
// isTableForm: false,