mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
feat:修改随机分组等
This commit is contained in:
@@ -1498,7 +1498,11 @@
|
||||
</a-modal>
|
||||
|
||||
<!-- 学员(小组管理)创建小组抽屉 -->
|
||||
<subset-manage v-model:Svisible="subsetVisivle" :projectId="projectId" />
|
||||
<subset-manage
|
||||
v-model:Svisible="subsetVisivle"
|
||||
:projectId="projectId"
|
||||
v-model:getGroup="getGroup"
|
||||
/>
|
||||
<!-- 学员管理-添加学员抽屉 -->
|
||||
<!-- <stu-add v-model:Stuvisible="Stuvisible" /> -->
|
||||
<!-- 添加学员抽屉 -->
|
||||
@@ -1676,6 +1680,8 @@
|
||||
v-model:value="valueaddg"
|
||||
placeholder="请输入小组名称"
|
||||
style="border-radius: 8px; height: 40px"
|
||||
:maxlength="100"
|
||||
show-count
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user