kts-component-invoice-operate 1.2.5 → 1.2.6

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
@@ -5128,7 +5128,7 @@ var BuyerNameInput = (function (props) {
5128
5128
  onClickItem(e);
5129
5129
  },
5130
5130
  className: 'kts-invoice-operate-buyer-name-content-select-company'
5131
- }, /*#__PURE__*/React.createElement("li", null, e.buyerName), /*#__PURE__*/React.createElement("li", null, e.buyerAddress));
5131
+ }, /*#__PURE__*/React.createElement("li", null, e.buyerName), /*#__PURE__*/React.createElement("li", null, e.buyerNo));
5132
5132
  }))));
5133
5133
  }, [dataSource, loading]);
5134
5134
  /** 点击了选择项 */
package/dist/index.js CHANGED
@@ -5138,7 +5138,7 @@ var BuyerNameInput = (function (props) {
5138
5138
  onClickItem(e);
5139
5139
  },
5140
5140
  className: 'kts-invoice-operate-buyer-name-content-select-company'
5141
- }, /*#__PURE__*/React__default['default'].createElement("li", null, e.buyerName), /*#__PURE__*/React__default['default'].createElement("li", null, e.buyerAddress));
5141
+ }, /*#__PURE__*/React__default['default'].createElement("li", null, e.buyerName), /*#__PURE__*/React__default['default'].createElement("li", null, e.buyerNo));
5142
5142
  }))));
5143
5143
  }, [dataSource, loading]);
5144
5144
  /** 点击了选择项 */