Browse Source

单体产品

master
wangyufei 4 weeks ago
parent
commit
bd82e47d91
  1. 2
      src/views/battery/cellProd/cellProd.data.ts

2
src/views/battery/cellProd/cellProd.data.ts

@ -93,11 +93,13 @@ export const CellProd = useCrudSchemas(reactive<CrudSchema[]>([
}
},
isForm: false,
isTableForm: false,
},
{
label: '操作',
field: 'action',
isForm: false,
isTableForm: false,
table: {
width: 150,
fixed: 'right'

Loading…
Cancel
Save