inleft
2022-02-28 9c695b19fc896c497c20bda6089f824c1705836c
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) {