inleft
2022-03-01 ec97e05d923dc7a343b16ddd5134f1dff8071051
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) {