inleft
2022-03-02 e33959d3ca88b9fae5f6fe1048c8a1f7751e6f21
src/components/group/tool.vue
@@ -8,6 +8,10 @@
         <!-- <a-button @click="showDrawer2">
            抽屉2
         </a-button> -->
         <a-button @click="showPreview">
            预览
            <a-icon type="youtube" />
         </a-button>
         <a-button @click="showModal">
            日志
            <a-icon type="plus-circle" />
@@ -40,6 +44,9 @@
         showModal() {
            this.$emit('showModal')
         },
         showPreview() {
            this.$emit('showPreview')
         },
         showScreen() {
            this.$emit('showScreen')
            if (this.screen) {