cnhis-design-vue 3.1.7-beta.2 → 3.1.7-beta.3
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.
|
@@ -450,7 +450,8 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
450
450
|
return createVNode("span", null, [getDefaultValue(params, item)]);
|
|
451
451
|
}
|
|
452
452
|
}
|
|
453
|
-
}
|
|
453
|
+
},
|
|
454
|
+
editRender: {}
|
|
454
455
|
});
|
|
455
456
|
if (filterField && !props.isNestTable && !isScanMultiTable2) {
|
|
456
457
|
state.filterFields[item.columnName] = Object.assign({}, vexutils.clone(item, true), {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.1.7-beta.
|
|
4
|
+
"version": "3.1.7-beta.3",
|
|
5
5
|
"module": "es/packages/index.mjs",
|
|
6
6
|
"main": "es/packages/index.mjs",
|
|
7
7
|
"types": "es/packages/index.d.ts",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"naive-ui": "^2.29.0",
|
|
21
|
-
"vue": ">=3.2.0"
|
|
22
|
-
"vxe-table": "~4.2.1"
|
|
21
|
+
"vue": ">=3.2.0"
|
|
23
22
|
},
|
|
24
23
|
"dependencies": {
|
|
25
24
|
"@formily/core": "^2.1.9",
|