Browse Source

修复生产bug

master
ljlong_2630 2 months ago
parent
commit
31edd4d07c
  1. 42
      src/views/eam/item/adjustRecord/adjustRecord.data.ts

42
src/views/eam/item/adjustRecord/adjustRecord.data.ts

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

Loading…
Cancel
Save