ytg7vue 1.18.2 → 1.18.5
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 +11 -6
- 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 +173 -47121
- package/lib/js/HdComGrid.js +1 -1
- package/lib/js/HdGrid.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -167,12 +167,17 @@ noAdQuery
|
|
167
167
|
|
168
168
|
1.18.1 增加右击菜单
|
169
169
|
hd-com-grid 添加 right-menu-open 放开
|
170
|
-
|
171
|
-
|
172
|
-
|
170
|
+
<template slot="rightMenu">
|
171
|
+
自定义右击菜单内容
|
172
|
+
</template>
|
173
173
|
<template slot="rightMenuExt">
|
174
|
-
自定义扩展右击菜单内容
|
175
|
-
|
174
|
+
自定义扩展右击菜单内容(保留默认的增删改方法)
|
175
|
+
</template>
|
176
176
|
|
177
177
|
1.18.2 增加方法选到此行
|
178
|
-
this.$refs.grid.selectPart()
|
178
|
+
this.$refs.grid.selectPart()
|
179
|
+
|
180
|
+
1.18.3 修复pdf打印弹窗不消失bug
|
181
|
+
|
182
|
+
1.18.5 新增方法取消选中到此行
|
183
|
+
this.$refs.grid.unSelectPart(e)
|