kts-component-invoice-operate 2.0.10 → 2.0.11

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
@@ -3095,7 +3095,7 @@ var useCommodityComparisonButton = (function () {
3095
3095
  key: "3",
3096
3096
  disabled: disabled,
3097
3097
  onClick: onClick
3098
- }, "\u6267\u884C\u5546\u54C1\u5BF9\u7167");
3098
+ }, "\u5546\u54C1\u6620\u5C04");
3099
3099
  }, [disabled, onClick, onComply]);
3100
3100
  return {
3101
3101
  menuItem: menuItem
package/dist/index.js CHANGED
@@ -3105,7 +3105,7 @@ var useCommodityComparisonButton = (function () {
3105
3105
  key: "3",
3106
3106
  disabled: disabled,
3107
3107
  onClick: onClick
3108
- }, "\u6267\u884C\u5546\u54C1\u5BF9\u7167");
3108
+ }, "\u5546\u54C1\u6620\u5C04");
3109
3109
  }, [disabled, onClick, onComply]);
3110
3110
  return {
3111
3111
  menuItem: menuItem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -66,7 +66,7 @@ export default () => {
66
66
 
67
67
  return (
68
68
  <Menu.Item key="3" disabled={disabled} onClick={onClick} >
69
- 执行商品对照
69
+ 商品映射
70
70
  </Menu.Item>
71
71
  );
72
72
  }, [disabled, onClick, onComply])