kts-components-document-access-point 1.2.5 → 1.2.6
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +1 -1
- package/src/DocumentWhiteList/ui/main/black.tsx +1 -1
- package/src/DocumentWhiteList/ui/main/white.tsx +1 -1
- package/src/DocumentWhiteList/ui/pageheader/BlackHeader.tsx +1 -1
- package/src/DocumentWhiteList/ui/pageheader/WhiteHeader.tsx +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5925,7 +5925,7 @@ var Header = (function () {
|
|
|
5925
5925
|
},
|
|
5926
5926
|
dataStatus: {
|
|
5927
5927
|
type: "string",
|
|
5928
|
-
title: "
|
|
5928
|
+
title: "数据状态",
|
|
5929
5929
|
enum: [{
|
|
5930
5930
|
"label": "使用中",
|
|
5931
5931
|
"value": 1
|
|
@@ -6124,7 +6124,7 @@ function Rule$1(props) {
|
|
|
6124
6124
|
title: '所属公司',
|
|
6125
6125
|
dataIndex: 'customerName'
|
|
6126
6126
|
}, {
|
|
6127
|
-
title: '
|
|
6127
|
+
title: '数据状态',
|
|
6128
6128
|
dataIndex: 'dataStatus',
|
|
6129
6129
|
render: function render(text) {
|
|
6130
6130
|
return dataStatusEnum[text];
|
|
@@ -6360,7 +6360,7 @@ var Header$1 = (function () {
|
|
|
6360
6360
|
},
|
|
6361
6361
|
dataStatus: {
|
|
6362
6362
|
type: "string",
|
|
6363
|
-
title: "
|
|
6363
|
+
title: "数据状态",
|
|
6364
6364
|
enum: [{
|
|
6365
6365
|
"label": "使用中",
|
|
6366
6366
|
"value": 1
|
|
@@ -6556,7 +6556,7 @@ function Rule$2(props) {
|
|
|
6556
6556
|
title: '所属公司',
|
|
6557
6557
|
dataIndex: 'customerName'
|
|
6558
6558
|
}, {
|
|
6559
|
-
title: '
|
|
6559
|
+
title: '数据状态',
|
|
6560
6560
|
dataIndex: 'dataStatus',
|
|
6561
6561
|
render: function render(text) {
|
|
6562
6562
|
return dataStatusEnum[text];
|
package/dist/index.js
CHANGED
|
@@ -5939,7 +5939,7 @@ var Header = (function () {
|
|
|
5939
5939
|
},
|
|
5940
5940
|
dataStatus: {
|
|
5941
5941
|
type: "string",
|
|
5942
|
-
title: "
|
|
5942
|
+
title: "数据状态",
|
|
5943
5943
|
enum: [{
|
|
5944
5944
|
"label": "使用中",
|
|
5945
5945
|
"value": 1
|
|
@@ -6138,7 +6138,7 @@ function Rule$1(props) {
|
|
|
6138
6138
|
title: '所属公司',
|
|
6139
6139
|
dataIndex: 'customerName'
|
|
6140
6140
|
}, {
|
|
6141
|
-
title: '
|
|
6141
|
+
title: '数据状态',
|
|
6142
6142
|
dataIndex: 'dataStatus',
|
|
6143
6143
|
render: function render(text) {
|
|
6144
6144
|
return dataStatusEnum[text];
|
|
@@ -6374,7 +6374,7 @@ var Header$1 = (function () {
|
|
|
6374
6374
|
},
|
|
6375
6375
|
dataStatus: {
|
|
6376
6376
|
type: "string",
|
|
6377
|
-
title: "
|
|
6377
|
+
title: "数据状态",
|
|
6378
6378
|
enum: [{
|
|
6379
6379
|
"label": "使用中",
|
|
6380
6380
|
"value": 1
|
|
@@ -6570,7 +6570,7 @@ function Rule$2(props) {
|
|
|
6570
6570
|
title: '所属公司',
|
|
6571
6571
|
dataIndex: 'customerName'
|
|
6572
6572
|
}, {
|
|
6573
|
-
title: '
|
|
6573
|
+
title: '数据状态',
|
|
6574
6574
|
dataIndex: 'dataStatus',
|
|
6575
6575
|
render: function render(text) {
|
|
6576
6576
|
return dataStatusEnum[text];
|
package/package.json
CHANGED