kts-component-invoice-operate 2.0.9 → 2.0.10

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
@@ -13606,7 +13606,7 @@ function AddComparisonDrawer() {
13606
13606
  width: 500,
13607
13607
  onClose: onClose,
13608
13608
  placement: "right",
13609
- title: "\u6DFB\u52A0\u5546\u54C1\u5BF9\u7167",
13609
+ title: "\u5546\u54C1\u6620\u5C04",
13610
13610
  visible: !!good,
13611
13611
  footer: React.createElement("div", {
13612
13612
  style: {
package/dist/index.js CHANGED
@@ -13616,7 +13616,7 @@ function AddComparisonDrawer() {
13616
13616
  width: 500,
13617
13617
  onClose: onClose,
13618
13618
  placement: "right",
13619
- title: "\u6DFB\u52A0\u5546\u54C1\u5BF9\u7167",
13619
+ title: "\u5546\u54C1\u6620\u5C04",
13620
13620
  visible: !!good,
13621
13621
  footer: React__default['default'].createElement("div", {
13622
13622
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -64,7 +64,7 @@ export default function AddComparisonDrawer() {
64
64
  width={500}
65
65
  onClose={onClose}
66
66
  placement="right"
67
- title="添加商品对照"
67
+ title="商品映射"
68
68
  visible={!!good}
69
69
  footer={
70
70
  <div style={{ display: 'flex', justifyContent: 'flex-end', gap: 10 }} >