This commit is contained in:
@jyuhsin
2025-10-24 17:18:32 +08:00
parent b4db19e6b1
commit 5f8de5e32b
20 changed files with 2218 additions and 23 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@@ -48,6 +48,7 @@ module.exports = {
<el-select placeholder="参加人员范围"
v-model="internalGroupId"
clearable
style="width: 100%"
filterable>
<el-option v-for="item in groupOptions"
:label="item.groupName"
@@ -55,7 +56,7 @@ module.exports = {
:key="item.groupId"
></el-option>
</el-select>
<el-button @click="$refs.drawerUserScope.userScopeDialog = true" type="primary" icon="el-icon-setting">设置
<el-button @click="$refs.drawerUserScope.userScopeDialog = true" type="primary" icon="el-icon-setting" class="ml10">设置
</el-button>
</div>