ytg7vue 1.17.6 → 1.18.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.
- package/README.md +14 -0
- package/lib/0.index.js +12427 -0
- package/lib/1.index.js +6 -0
- package/lib/2.index.js +2 -0
- package/lib/idev.common.js +1 -1
- package/lib/index.js +283 -47095
- package/lib/js/HdComGrid.js +1 -1
- package/lib/js/HdGrid.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -164,3 +164,17 @@ noAdQuery
|
|
164
164
|
1.17.4 导入excel新增回调方法
|
165
165
|
|
166
166
|
1.17.4 高级查询新增下拉
|
167
|
+
|
168
|
+
1.18.1 增加右击菜单
|
169
|
+
hd-com-grid 添加 right-menu-open 放开
|
170
|
+
<template slot="rightMenu">
|
171
|
+
自定义右击菜单内容
|
172
|
+
</template>
|
173
|
+
<template slot="rightMenuExt">
|
174
|
+
自定义扩展右击菜单内容(保留默认的增删改方法)
|
175
|
+
</template>
|
176
|
+
|
177
|
+
1.18.2 增加方法选到此行
|
178
|
+
this.$refs.grid.selectPart()
|
179
|
+
|
180
|
+
1.18.3 修复pdf打印弹窗不消失bug
|