Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -241,7 +241,6 @@ | ... | @@ -241,7 +241,6 @@ |
241 | handleNodeClick (data) { | 241 | handleNodeClick (data) { |
242 | this.loadComponent(data.form); | 242 | this.loadComponent(data.form); |
243 | }, | 243 | }, |
244 | }, | ||
245 | /* | 244 | /* |
246 | 点击登记簿菜单 | 245 | 点击登记簿菜单 |
247 | */ | 246 | */ |
... | @@ -275,6 +274,7 @@ | ... | @@ -275,6 +274,7 @@ |
275 | this.componentTag = (r) => | 274 | this.componentTag = (r) => |
276 | require.ensure([], () => r(require("@/views/registerBook/" + form))); | 275 | require.ensure([], () => r(require("@/views/registerBook/" + form))); |
277 | } | 276 | } |
277 | } | ||
278 | }; | 278 | }; |
279 | </script> | 279 | </script> |
280 | <style scoped lang="scss"> | 280 | <style scoped lang="scss"> |
... | @@ -315,7 +315,7 @@ | ... | @@ -315,7 +315,7 @@ |
315 | height: 45px; | 315 | height: 45px; |
316 | } | 316 | } |
317 | 317 | ||
318 | 318 | ||
319 | 319 | ||
320 | /deep/.el-tree-node { | 320 | /deep/.el-tree-node { |
321 | white-space: pre-wrap; | 321 | white-space: pre-wrap; | ... | ... |
-
Please register or sign in to post a comment