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', sort: 'custom',
isSearch: true, 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 precision: 2
} }
}, },
{ // {
label: '操作', // label: '操作',
field: 'action', // field: 'action',
isDetail: false, // isDetail: false,
isForm: false, // isForm: false,
table: { // isTable: false,
width: 150, // table: {
fixed: 'right' // width: 150,
}, // fixed: 'right'
isTableForm: false, // },
} // isTableForm: false,
// }
])) ]))
//表单校验 //表单校验

Loading…
Cancel
Save