@kmkf-fe-packages/kmkf-work-order-service-component 2.2.31-beta.79 → 2.2.31-beta.81
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.
|
@@ -363,6 +363,10 @@ export var DETAIL_ITEM_LIST = [{
|
|
|
363
363
|
title: '申请图片证明',
|
|
364
364
|
dataIndex: 'applyImages',
|
|
365
365
|
render: renderImages
|
|
366
|
+
}, {
|
|
367
|
+
title: '审核图片证明',
|
|
368
|
+
dataIndex: 'verifyImageProof',
|
|
369
|
+
render: renderImages
|
|
366
370
|
}, {
|
|
367
371
|
title: '申请状态',
|
|
368
372
|
dataIndex: 'applyStatus'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.81",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ant-design/icons": "^4.7.0",
|
|
35
|
-
"@kmkf-fe-packages/basic-components": "2.2.31-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.2.31-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.2.31-beta.80",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.80",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.2.31-beta.80",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "0695c52c896f5fe7760679381f75a2d850aed2d8",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|