@kmkf-fe-packages/services-components 2.2.13-beta.58 → 2.2.13-beta.60
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.
|
@@ -116,11 +116,6 @@ var FlowOverallStatusSelect = /*#__PURE__*/_createClass(function FlowOverallStat
|
|
|
116
116
|
this.canSort = true;
|
|
117
117
|
this.children = [];
|
|
118
118
|
this.workOrderStatus = {
|
|
119
|
-
WAIT_COMMIT: {
|
|
120
|
-
label: "待提交",
|
|
121
|
-
color: "#faad14",
|
|
122
|
-
bgColor: "#faad14"
|
|
123
|
-
},
|
|
124
119
|
PROCESSING: {
|
|
125
120
|
label: "处理中",
|
|
126
121
|
color: "#1890ff",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.60",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@kmkf-fe-packages/basic-components": "2.2.13-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.2.13-beta.59",
|
|
25
25
|
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.54",
|
|
26
26
|
"b64-to-blob": "^1.2.19",
|
|
27
27
|
"html2canvas": "^1.4.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "f30e5d904c4c239148dc33ed13ff91c34bb7e80a",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|