pref:批量上传&资源管理小优化 (#199)

This commit is contained in:
wang-liang0615
2023-10-12 15:06:39 +08:00
committed by GitHub
parent 4e1f25b389
commit cbe579fdb4
4 changed files with 15 additions and 8 deletions

View File

@@ -99,7 +99,7 @@
align="center"
show-overflow>
<template #default="{ row }">
<span v-show="row.isGroup">
<span v-show="isGroup">
<a @click="handleDisplayMember(row)">成员</a>
<a-divider type="vertical" />
<a @click="handleGroupEdit(row)">编辑</a>