@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -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]