@bit-sun/business-component 2.0.13 → 2.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -416,7 +416,6 @@ const BillEntry: React.FC = ({ onSaveCallback }) => {
|
|
|
416
416
|
title: '单位',
|
|
417
417
|
dataIndex: 'selectUnitCode',
|
|
418
418
|
width: 100,
|
|
419
|
-
isSelectItem: true,
|
|
420
419
|
render: (text: any, record: any) => {
|
|
421
420
|
if (record?.packingUnitList?.length) {
|
|
422
421
|
const basePackUnit = record?.packingUnitList[0]
|