111
Showing
2 changed files
with
4 additions
and
4 deletions
... | @@ -8,11 +8,11 @@ | ... | @@ -8,11 +8,11 @@ |
8 | </lb-table> | 8 | </lb-table> |
9 | </template> | 9 | </template> |
10 | <script> | 10 | <script> |
11 | import addQlr from './dialog/addQlr.vue' | 11 | // import addQlr from './dialog/addQlr.vue' |
12 | import { mapGetters } from 'vuex' | 12 | import { mapGetters } from 'vuex' |
13 | export default { | 13 | export default { |
14 | components: { | 14 | components: { |
15 | addQlr | 15 | |
16 | }, | 16 | }, |
17 | computed: { | 17 | computed: { |
18 | ...mapGetters(["dictData"]), | 18 | ...mapGetters(["dictData"]), | ... | ... |
... | @@ -8,11 +8,11 @@ | ... | @@ -8,11 +8,11 @@ |
8 | </lb-table> | 8 | </lb-table> |
9 | </template> | 9 | </template> |
10 | <script> | 10 | <script> |
11 | import addQlr from './dialog/addQlr.vue' | 11 | // import addQlr from './dialog/addQlr.vue' |
12 | import { mapGetters } from 'vuex' | 12 | import { mapGetters } from 'vuex' |
13 | export default { | 13 | export default { |
14 | components: { | 14 | components: { |
15 | addQlr | 15 | |
16 | }, | 16 | }, |
17 | computed: { | 17 | computed: { |
18 | ...mapGetters(["dictData"]), | 18 | ...mapGetters(["dictData"]), | ... | ... |
-
Please register or sign in to post a comment