feat:注释编辑组文件功能

This commit is contained in:
xudan 2025-09-01 18:37:49 +08:00
parent 95f7894328
commit 7156ee6ddf

View File

@ -223,7 +223,7 @@ const toRemoveRobots = () =>
/>
<span>{{ label }}</span>
</a-space>
<a-button
<!-- <a-button
v-if="showGroupEdit && !editable"
class="open-group-btn icon-btn"
size="small"
@ -231,7 +231,7 @@ const toRemoveRobots = () =>
@click.stop="toEditGroup(id)"
>
<i class="icon edit_group" />
</a-button>
</a-button> -->
</a-flex>
</template>