Merge branch 'main' into zouyf_dev
This commit is contained in:
commit
cb15855fc1
|
@ -266,6 +266,9 @@ const btnSave = () => {
|
|||
}
|
||||
//新建小组
|
||||
const addGroup = () => {
|
||||
// 做清空处理
|
||||
groupForm.groupname = ''
|
||||
groupForm.orderidx = 0
|
||||
groupVisible.value = true
|
||||
}
|
||||
const btnGroupSave = () => {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<el-descriptions-item label="班级名称">{{ classInfo.caption }}</el-descriptions-item>
|
||||
<el-descriptions-item label="教师">
|
||||
<template v-if="classInfo.teacher.length > 0">
|
||||
<el-tag type="primary" v-for="(item, index) in classInfo.teacher" :key="index">{{item.name}}</el-tag>
|
||||
<el-tag style="margin-right: 5px;margin-bottom: 5px;" type="primary" v-for="(item, index) in classInfo.teacher" :key="index">{{item.name}}</el-tag>
|
||||
</template>
|
||||
<template v-else>{{ classInfo.teachername }}</template>
|
||||
</el-descriptions-item>
|
||||
|
|
Loading…
Reference in New Issue