kmkf-work-order-service-component 0.0.1-alpha.22 → 0.0.1-alpha.23

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.
@@ -22,8 +22,8 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
22
22
  * @Description:
23
23
  * @Author: litian
24
24
  * @Date: 2022-09-15 10:51:44
25
- * @LastEditors: litian
26
- * @LastEditTime: 2022-09-28 13:55:39
25
+ * @LastEditors: wangzhenggui jianjia.wzg@raycloud.com
26
+ * @LastEditTime: 2022-10-11 17:53:02
27
27
  */
28
28
  import React, { useState, useImperativeHandle, forwardRef } from 'react';
29
29
  import { Modal, Form, Select } from 'antd';
@@ -118,6 +118,8 @@ var TransCustomerModal = function TransCustomerModal(props, ref) {
118
118
  centered: true,
119
119
  visible: visible,
120
120
  width: 400,
121
+ okText: "\u786E\u5B9A",
122
+ cancelText: "\u53D6\u6D88",
121
123
  onCancel: closeModal,
122
124
  onOk: handleTransCustomer,
123
125
  children: /*#__PURE__*/_jsx(Form.Item, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.0.1-alpha.22",
3
+ "version": "0.0.1-alpha.23",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -37,7 +37,7 @@
37
37
  "react-dom": "^17.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@raycloud-apaas-fe-setup/apaas-react-basics-widgets": "^1.0.22-alpha.2",
40
+ "@raycloud-apaas-fe-setup/apaas-react-basics-widgets": "^1.0.22-alpha.3",
41
41
  "@reduxjs/toolkit": "^1.8.5",
42
42
  "react-redux": "^7.2.8",
43
43
  "store2": "^2.14.2",