cnhis-design-vue 3.1.34-beta.6 → 3.1.34-beta.8
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/README.md +123 -123
- package/es/components/big-table/index.d.ts +1 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +1 -0
- package/es/components/big-table/src/BigTable.vue2.js +17 -5
- package/es/components/big-table/src/components/edit-form/edit-select.js +31 -1
- package/es/components/big-table/src/hooks/useEvent.js +3 -4
- package/es/components/fabric-chart/index.d.ts +141 -374
- package/es/components/fabric-chart/src/BirthProcessChart.vue.d.ts +2 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +142 -374
- package/es/components/fabric-chart/src/FabricChart.vue.js +52 -22
- package/es/components/fabric-chart/src/hooks/index.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/index.js +1 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +2 -2
- package/es/components/fabric-chart/src/hooks/useBottom.js +1 -6
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +4 -18
- package/es/components/fabric-chart/src/hooks/useCenter.js +3 -20
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useCommon.js +2 -2
- package/es/components/fabric-chart/src/hooks/useGrid.js +2 -7
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +2 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +22 -28
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -6
- package/es/components/fabric-chart/src/hooks/useRight.js +13 -18
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +339 -0
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -6
- package/es/components/iho-table/index.d.ts +6 -6
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +6 -6
- package/es/components/iho-table/src/IhoTable.vue.js +12 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.js +4 -4
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +10 -7
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +12 -0
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +45 -17
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +2 -0
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +7 -6
- package/es/components/iho-table/src/types/index.d.ts +8 -7
- package/es/components/iho-table/src/utils/index.d.ts +6 -0
- package/es/components/iho-table/src/utils/index.js +16 -2
- package/es/shared/assets/img/failure.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/icon-asc.js +1 -1
- package/es/shared/assets/img/icon-desc.js +1 -1
- package/es/shared/assets/img/no-permission.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/video_hover.js +1 -1
- package/es/shared/assets/img/video_play_hover.js +1 -1
- package/es/shared/assets/img/xb_big.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/types/index.d.ts +1 -0
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/components/fabric-chart/src/BirthProcessChart.vue.js +0 -172
- package/es/components/fabric-chart/src/TemperatureChart.vue.d.ts +0 -214
- package/es/components/fabric-chart/src/TemperatureChart.vue.js +0 -355
- package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/tapable/index.d.ts +0 -139
package/README.md
CHANGED
|
@@ -1,123 +1,123 @@
|
|
|
1
|
-
# 安装
|
|
2
|
-
|
|
3
|
-
```shell
|
|
4
|
-
npm i cnhis-design-vue@[版本号]
|
|
5
|
-
# or
|
|
6
|
-
yarn add cnhis-design-vue@[版本号] #推荐
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
## 1.全局引入
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
// main.ts
|
|
13
|
-
import { createApp } from 'vue';
|
|
14
|
-
import App from './App.vue';
|
|
15
|
-
import 'cnhis-design-vue/es/packages/index.css';
|
|
16
|
-
import cui from 'cnhis-design-vue';
|
|
17
|
-
|
|
18
|
-
const app = createApp(App);
|
|
19
|
-
app.use(cui).mount('#app');
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
## 2. 按需引入
|
|
23
|
-
|
|
24
|
-
组件现在支持了自动按需引入, 但是样式文件需要额外的处理
|
|
25
|
-
|
|
26
|
-
### 2.1 样式处理方式 1(按需引入样式)
|
|
27
|
-
|
|
28
|
-
```shell
|
|
29
|
-
# 安装自动导入样式的插件
|
|
30
|
-
npm i -d vite-plugin-style-import
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
```typescript
|
|
34
|
-
// vite.config.ts
|
|
35
|
-
import { defineConfig } from 'vite';
|
|
36
|
-
import { createStyleImportPlugin } from 'vite-plugin-style-import';
|
|
37
|
-
|
|
38
|
-
export default defineConfig({
|
|
39
|
-
plugins: [
|
|
40
|
-
// ...otherPlugins
|
|
41
|
-
createStyleImportPlugin({
|
|
42
|
-
libs: [
|
|
43
|
-
{
|
|
44
|
-
libraryName: 'cnhis-design-vue',
|
|
45
|
-
esModule: true,
|
|
46
|
-
ensureStyleFile: true,
|
|
47
|
-
resolveStyle: name => {
|
|
48
|
-
return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
]
|
|
52
|
-
})
|
|
53
|
-
]
|
|
54
|
-
});
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
### 2.2 样式处理方式 2(全局引入样式)
|
|
58
|
-
|
|
59
|
-
```typescript
|
|
60
|
-
// main.ts
|
|
61
|
-
import 'cnhis-design-vue/es/components/index.css';
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
## 3. 注意
|
|
65
|
-
|
|
66
|
-
由于 vxe-table 目前的引入方式是由组件 install 触发的,所以如果需要使用 c-grid/c-big-table 组件,需要全局注册二者任意一个
|
|
67
|
-
|
|
68
|
-
```typescript
|
|
69
|
-
// main.ts
|
|
70
|
-
import { createApp } from 'vue';
|
|
71
|
-
import App from './App.vue';
|
|
72
|
-
|
|
73
|
-
import { CGrid } from 'cnhis-design-vue';
|
|
74
|
-
// 或者
|
|
75
|
-
import { CBigTable } from 'cnhis-design-vue';
|
|
76
|
-
|
|
77
|
-
const app = createApp(App);
|
|
78
|
-
app.use(CGrid);
|
|
79
|
-
// 或者
|
|
80
|
-
app.use(CBigTable);
|
|
81
|
-
app.mount('#app');
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
## 4.FAQ
|
|
85
|
-
|
|
86
|
-
### 4.1 项目打包后样式丢失
|
|
87
|
-
|
|
88
|
-
> 处理方法, 将 cnhis-design-vue 从 vendor 包中移除
|
|
89
|
-
|
|
90
|
-
```typescript
|
|
91
|
-
// vite.config.ts
|
|
92
|
-
import { defineConfig } from 'vite';
|
|
93
|
-
|
|
94
|
-
export default defineConfig({
|
|
95
|
-
rollupOptions: {
|
|
96
|
-
// ..otherOptions
|
|
97
|
-
output: {
|
|
98
|
-
dir: './dist',
|
|
99
|
-
manualChunks(id: string) {
|
|
100
|
-
if (id.includes('node_modules') && !id.includes('cnhis-design-vue')) {
|
|
101
|
-
return 'vendor';
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
### 4.2 找不到文件
|
|
110
|
-
|
|
111
|
-
> 由于组件库输出文件类型由 js 修改成了 mjs, 如果配置了 resolve 属性的项目, 需要将 mjs 文件类型添加至 extensions 中
|
|
112
|
-
|
|
113
|
-
```javascript
|
|
114
|
-
// vite.config.ts
|
|
115
|
-
const config = {
|
|
116
|
-
// ...otherOptions
|
|
117
|
-
resolve: {
|
|
118
|
-
// ...otherOptions
|
|
119
|
-
// 如果没有配置, 则不用考虑
|
|
120
|
-
extensions: ['.js', '.ts', '.vue', '.json', '.mjs']
|
|
121
|
-
}
|
|
122
|
-
};
|
|
123
|
-
```
|
|
1
|
+
# 安装
|
|
2
|
+
|
|
3
|
+
```shell
|
|
4
|
+
npm i cnhis-design-vue@[版本号]
|
|
5
|
+
# or
|
|
6
|
+
yarn add cnhis-design-vue@[版本号] #推荐
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
## 1.全局引入
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
// main.ts
|
|
13
|
+
import { createApp } from 'vue';
|
|
14
|
+
import App from './App.vue';
|
|
15
|
+
import 'cnhis-design-vue/es/packages/index.css';
|
|
16
|
+
import cui from 'cnhis-design-vue';
|
|
17
|
+
|
|
18
|
+
const app = createApp(App);
|
|
19
|
+
app.use(cui).mount('#app');
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## 2. 按需引入
|
|
23
|
+
|
|
24
|
+
组件现在支持了自动按需引入, 但是样式文件需要额外的处理
|
|
25
|
+
|
|
26
|
+
### 2.1 样式处理方式 1(按需引入样式)
|
|
27
|
+
|
|
28
|
+
```shell
|
|
29
|
+
# 安装自动导入样式的插件
|
|
30
|
+
npm i -d vite-plugin-style-import
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
```typescript
|
|
34
|
+
// vite.config.ts
|
|
35
|
+
import { defineConfig } from 'vite';
|
|
36
|
+
import { createStyleImportPlugin } from 'vite-plugin-style-import';
|
|
37
|
+
|
|
38
|
+
export default defineConfig({
|
|
39
|
+
plugins: [
|
|
40
|
+
// ...otherPlugins
|
|
41
|
+
createStyleImportPlugin({
|
|
42
|
+
libs: [
|
|
43
|
+
{
|
|
44
|
+
libraryName: 'cnhis-design-vue',
|
|
45
|
+
esModule: true,
|
|
46
|
+
ensureStyleFile: true,
|
|
47
|
+
resolveStyle: name => {
|
|
48
|
+
return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
})
|
|
53
|
+
]
|
|
54
|
+
});
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### 2.2 样式处理方式 2(全局引入样式)
|
|
58
|
+
|
|
59
|
+
```typescript
|
|
60
|
+
// main.ts
|
|
61
|
+
import 'cnhis-design-vue/es/components/index.css';
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## 3. 注意
|
|
65
|
+
|
|
66
|
+
由于 vxe-table 目前的引入方式是由组件 install 触发的,所以如果需要使用 c-grid/c-big-table 组件,需要全局注册二者任意一个
|
|
67
|
+
|
|
68
|
+
```typescript
|
|
69
|
+
// main.ts
|
|
70
|
+
import { createApp } from 'vue';
|
|
71
|
+
import App from './App.vue';
|
|
72
|
+
|
|
73
|
+
import { CGrid } from 'cnhis-design-vue';
|
|
74
|
+
// 或者
|
|
75
|
+
import { CBigTable } from 'cnhis-design-vue';
|
|
76
|
+
|
|
77
|
+
const app = createApp(App);
|
|
78
|
+
app.use(CGrid);
|
|
79
|
+
// 或者
|
|
80
|
+
app.use(CBigTable);
|
|
81
|
+
app.mount('#app');
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## 4.FAQ
|
|
85
|
+
|
|
86
|
+
### 4.1 项目打包后样式丢失
|
|
87
|
+
|
|
88
|
+
> 处理方法, 将 cnhis-design-vue 从 vendor 包中移除
|
|
89
|
+
|
|
90
|
+
```typescript
|
|
91
|
+
// vite.config.ts
|
|
92
|
+
import { defineConfig } from 'vite';
|
|
93
|
+
|
|
94
|
+
export default defineConfig({
|
|
95
|
+
rollupOptions: {
|
|
96
|
+
// ..otherOptions
|
|
97
|
+
output: {
|
|
98
|
+
dir: './dist',
|
|
99
|
+
manualChunks(id: string) {
|
|
100
|
+
if (id.includes('node_modules') && !id.includes('cnhis-design-vue')) {
|
|
101
|
+
return 'vendor';
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
### 4.2 找不到文件
|
|
110
|
+
|
|
111
|
+
> 由于组件库输出文件类型由 js 修改成了 mjs, 如果配置了 resolve 属性的项目, 需要将 mjs 文件类型添加至 extensions 中
|
|
112
|
+
|
|
113
|
+
```javascript
|
|
114
|
+
// vite.config.ts
|
|
115
|
+
const config = {
|
|
116
|
+
// ...otherOptions
|
|
117
|
+
resolve: {
|
|
118
|
+
// ...otherOptions
|
|
119
|
+
// 如果没有配置, 则不用考虑
|
|
120
|
+
extensions: ['.js', '.ts', '.vue', '.json', '.mjs']
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
```
|
|
@@ -647,6 +647,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
647
647
|
sysImageSize: unknown[];
|
|
648
648
|
}>;
|
|
649
649
|
treeConfig: import("vue").ComputedRef<any>;
|
|
650
|
+
keyboardConfig: import("vue").ComputedRef<any>;
|
|
650
651
|
hideAllWrap: (e: any) => void;
|
|
651
652
|
bindDocumentClick: () => void;
|
|
652
653
|
unBindDocumentClick: () => void;
|
|
@@ -646,6 +646,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
646
646
|
sysImageSize: unknown[];
|
|
647
647
|
}>;
|
|
648
648
|
treeConfig: import("vue").ComputedRef<any>;
|
|
649
|
+
keyboardConfig: import("vue").ComputedRef<any>;
|
|
649
650
|
hideAllWrap: (e: any) => void;
|
|
650
651
|
bindDocumentClick: () => void;
|
|
651
652
|
unBindDocumentClick: () => void;
|
|
@@ -143,11 +143,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
143
143
|
} = props.tableParams;
|
|
144
144
|
let statusNumber = Number(state.isTree);
|
|
145
145
|
if ([1, 3].includes(statusNumber)) {
|
|
146
|
-
result = {
|
|
146
|
+
result = Object.assign({}, {
|
|
147
147
|
children: "childrenList",
|
|
148
148
|
accordion: state.openOnly > 0,
|
|
149
149
|
reserve: true
|
|
150
|
-
};
|
|
150
|
+
}, result);
|
|
151
151
|
if (isTransform) {
|
|
152
152
|
Reflect.deleteProperty(result, "children");
|
|
153
153
|
Object.assign(result, {
|
|
@@ -157,17 +157,29 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
157
157
|
});
|
|
158
158
|
}
|
|
159
159
|
} else if (statusNumber == 2) {
|
|
160
|
-
result = {
|
|
160
|
+
result = Object.assign({}, {
|
|
161
161
|
lazy: true,
|
|
162
162
|
reserve: true,
|
|
163
163
|
children: "childrenList",
|
|
164
164
|
hasChild: "hasChildren",
|
|
165
165
|
loadMethod: loadChildrenMethod,
|
|
166
166
|
accordion: state.openOnly > 0
|
|
167
|
-
};
|
|
167
|
+
}, result);
|
|
168
168
|
}
|
|
169
169
|
return result;
|
|
170
170
|
});
|
|
171
|
+
const keyboardConfig = computed(() => {
|
|
172
|
+
return {
|
|
173
|
+
editMethod({
|
|
174
|
+
row,
|
|
175
|
+
column
|
|
176
|
+
}) {
|
|
177
|
+
const $table = xGrid.value;
|
|
178
|
+
$table.setEditCell(row, column);
|
|
179
|
+
},
|
|
180
|
+
...props.columnConfig.keyboardConfig || {}
|
|
181
|
+
};
|
|
182
|
+
});
|
|
171
183
|
const hideAllWrap = (e) => {
|
|
172
184
|
const path = e.path || e.composedPath && e.composedPath();
|
|
173
185
|
const noWrap = (className) => {
|
|
@@ -2361,7 +2373,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2361
2373
|
iconClose: "iconfont icon-a-xitongtubiaotianjia",
|
|
2362
2374
|
...unref(getAttr)("expand-config")
|
|
2363
2375
|
},
|
|
2364
|
-
"keyboard-config":
|
|
2376
|
+
"keyboard-config": unref(keyboardConfig),
|
|
2365
2377
|
"edit-rules": _ctx.columnConfig.editRules || {},
|
|
2366
2378
|
"menu-config": _ctx.menuConfig,
|
|
2367
2379
|
onCellDblclick: rowdblclick,
|
|
@@ -35,6 +35,7 @@ var EditSelect = defineComponent({
|
|
|
35
35
|
isShow
|
|
36
36
|
} = useCommon(props, attrs, true);
|
|
37
37
|
const state = reactive({
|
|
38
|
+
keyupValue: attrs.value,
|
|
38
39
|
options: [],
|
|
39
40
|
loading: false,
|
|
40
41
|
keyword: "",
|
|
@@ -46,6 +47,9 @@ var EditSelect = defineComponent({
|
|
|
46
47
|
const setOptions = async () => {
|
|
47
48
|
if (props.col.options) {
|
|
48
49
|
state.options = JSON.parse(JSON.stringify(props.col.options));
|
|
50
|
+
if (!state.keyupValue && state.options.length) {
|
|
51
|
+
state.keyupValue = state.options[0].value;
|
|
52
|
+
}
|
|
49
53
|
} else {
|
|
50
54
|
`${props.col.columnName}_options`;
|
|
51
55
|
const obj = {
|
|
@@ -82,6 +86,30 @@ var EditSelect = defineComponent({
|
|
|
82
86
|
selectSearch("");
|
|
83
87
|
}
|
|
84
88
|
};
|
|
89
|
+
function onKeyup(event) {
|
|
90
|
+
const {
|
|
91
|
+
key
|
|
92
|
+
} = event;
|
|
93
|
+
if (state.config.multiple || !["ArrowUp", "ArrowDown"].includes(key))
|
|
94
|
+
return;
|
|
95
|
+
let index = state.options.findIndex((item) => item.value === state.keyupValue);
|
|
96
|
+
if (!~index)
|
|
97
|
+
return;
|
|
98
|
+
const length = state.options.length;
|
|
99
|
+
if (key === "ArrowUp") {
|
|
100
|
+
index = index === 0 ? length - 1 : index - 1;
|
|
101
|
+
}
|
|
102
|
+
if (key === "ArrowDown") {
|
|
103
|
+
index = index === length - 1 ? 0 : index + 1;
|
|
104
|
+
}
|
|
105
|
+
state.keyupValue = state.options[index].value;
|
|
106
|
+
onUpdateValue(state.keyupValue);
|
|
107
|
+
}
|
|
108
|
+
function onBlur() {
|
|
109
|
+
var _a, _b;
|
|
110
|
+
if (!state.keyupValue)
|
|
111
|
+
onUpdateValue((_b = (_a = state.options) == null ? void 0 : _a[0]) == null ? void 0 : _b.value);
|
|
112
|
+
}
|
|
85
113
|
init();
|
|
86
114
|
return () => createVNode(NSelect, mergeProps({
|
|
87
115
|
"ref": formRef,
|
|
@@ -94,7 +122,9 @@ var EditSelect = defineComponent({
|
|
|
94
122
|
"filterable": true,
|
|
95
123
|
"placeholder": props.col.placeholder || "\u8BF7\u9009\u62E9",
|
|
96
124
|
"loading": state.loading,
|
|
97
|
-
"onUpdateValue": onUpdateValue
|
|
125
|
+
"onUpdateValue": onUpdateValue,
|
|
126
|
+
"onKeyup": onKeyup,
|
|
127
|
+
"onBlur": onBlur
|
|
98
128
|
}), null);
|
|
99
129
|
}
|
|
100
130
|
});
|
|
@@ -17,12 +17,11 @@ const useEvent = (props, state, emit, xGrid, anchorEvent) => {
|
|
|
17
17
|
if (!activeRow && !isEdit)
|
|
18
18
|
return;
|
|
19
19
|
if (isEdit) {
|
|
20
|
-
const
|
|
20
|
+
const data = xGridRef.getEditRecord() || xGridRef.getSelectedCell() || {};
|
|
21
21
|
emit("keyboard", {
|
|
22
22
|
key: $event.key,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
column
|
|
23
|
+
...data,
|
|
24
|
+
index: data.rowIndex
|
|
26
25
|
});
|
|
27
26
|
return;
|
|
28
27
|
}
|