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, isForm: false,
isTableForm: false,
}, },
{ {
label: '操作', label: '操作',
field: 'action', field: 'action',
isForm: false, isForm: false,
isTableForm: false,
table: { table: {
width: 150, width: 150,
fixed: 'right' fixed: 'right'

Loading…
Cancel
Save