@kmkf-fe-packages/services-components 1.17.5-beta.14 → 1.17.5-beta.15

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.
@@ -19,25 +19,25 @@ import { SYMBOL } from "../../constant";
19
19
  var typeMap = {
20
20
  MSG_STATUS: {
21
21
  options: [{
22
- value: '发送成功',
23
- label: '发送成功',
22
+ value: '执行成功',
23
+ label: '执行成功',
24
24
  color: '#52c41a'
25
25
  }, {
26
- value: '已发送',
27
- label: '已发送',
26
+ value: '执行中',
27
+ label: '执行中',
28
28
  color: '#52c41a'
29
29
  }, {
30
- value: '发送失败',
31
- label: '发送失败',
30
+ value: '执行失败',
31
+ label: '执行失败',
32
32
  color: '#ff4d4f'
33
33
  }, {
34
- value: '等待发送',
35
- label: '等待发送',
34
+ value: '等待执行',
35
+ label: '等待执行',
36
36
  color: '#e7780f'
37
37
  }],
38
38
  key: 'msgStatusValues',
39
39
  code: 'msgStatus4Search',
40
- name: '消息状态',
40
+ name: '任务状态',
41
41
  type: 1,
42
42
  valueKey: 'status',
43
43
  idKey: 'systemOrderId',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "1.17.5-beta.14",
3
+ "version": "1.17.5-beta.15",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "7dc53a9d108de60f9ce37f4356fcf7d1897eccaa",
44
+ "gitHead": "f5893a7c257c0b77e120b32e5c4bbd9930cb98a1",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }