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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-components-document-access-point",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "dumi dev",
@@ -24,7 +24,7 @@ export default function Rule(props: any) {
24
24
  dataIndex: 'customerName',
25
25
  },
26
26
  {
27
- title: '本条数据状态',
27
+ title: '数据状态',
28
28
  dataIndex: 'dataStatus',
29
29
  render: (text: any) => dataStatusEnum[text]
30
30
  },
@@ -23,7 +23,7 @@ export default function Rule(props: any) {
23
23
  dataIndex: 'customerName',
24
24
  },
25
25
  {
26
- title: '本条数据状态',
26
+ title: '数据状态',
27
27
  dataIndex: 'dataStatus',
28
28
  render: (text: any) => dataStatusEnum[text]
29
29
  },
@@ -50,7 +50,7 @@ export default () => {
50
50
  },
51
51
  dataStatus: {
52
52
  type: "string",
53
- title: "名单性质",
53
+ title: "数据状态",
54
54
  enum: [{
55
55
  "label": "使用中",
56
56
  "value": 1
@@ -49,7 +49,7 @@ export default () => {
49
49
  },
50
50
  dataStatus: {
51
51
  type: "string",
52
- title: "名单性质",
52
+ title: "数据状态",
53
53
  enum: [{
54
54
  "label": "使用中",
55
55
  "value": 1