@bit-sun/business-component 4.2.1-alpha.2-aiwei → 4.2.1-alpha.3-aiwei

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/dist/index.esm.js CHANGED
@@ -10583,7 +10583,6 @@ function commonFun(type, prefixUrl, parentProps) {
10583
10583
  tableSearchForm: tableSearchForm,
10584
10584
  isHorizontally: true,
10585
10585
  tableSearchColSpan: 6,
10586
- visibleFieldsCount: 13,
10587
10586
  tableColumns: [{
10588
10587
  title: '序号',
10589
10588
  dataIndex: 'keyIndex',
package/dist/index.js CHANGED
@@ -10606,7 +10606,6 @@ function commonFun(type, prefixUrl, parentProps) {
10606
10606
  tableSearchForm: tableSearchForm,
10607
10607
  isHorizontally: true,
10608
10608
  tableSearchColSpan: 6,
10609
- visibleFieldsCount: 13,
10610
10609
  tableColumns: [{
10611
10610
  title: '序号',
10612
10611
  dataIndex: 'keyIndex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "4.2.1-alpha.2-aiwei",
3
+ "version": "4.2.1-alpha.3-aiwei",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -595,7 +595,6 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
595
595
  tableSearchForm,
596
596
  isHorizontally: true,
597
597
  tableSearchColSpan: 6,
598
- visibleFieldsCount: 13,
599
598
  tableColumns: [
600
599
  {
601
600
  title: '序号',
@@ -317,7 +317,7 @@ export default () => {
317
317
  },
318
318
  // prefixUrl: { selectPrefix: '/bop/api', formSelectFix: '/bop/api' },
319
319
  selectProps,
320
- selectBusinessType: 'spuCommodityWithProperty',
320
+ selectBusinessType: 'skuCommodity',
321
321
  };
322
322
 
323
323
  const onTabChange = (key) => {