ytg7vue 1.18.2 → 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 CHANGED
@@ -167,12 +167,14 @@ noAdQuery
167
167
 
168
168
  1.18.1 增加右击菜单
169
169
  hd-com-grid 添加 right-menu-open 放开
170
- <template slot="rightMenu">
171
- 自定义右击菜单内容
172
- </template>
170
+ <template slot="rightMenu">
171
+ 自定义右击菜单内容
172
+ </template>
173
173
  <template slot="rightMenuExt">
174
- 自定义扩展右击菜单内容
175
- </template>
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