讲师管理bug

This commit is contained in:
zhangsir
2024-11-15 19:28:36 +08:00
parent 0c14689546
commit 8ff371c4c9
4 changed files with 70 additions and 63 deletions

View File

@@ -4,7 +4,7 @@
<div class="drawerMain" id="ProjCheckship" style="">
<div class="header">
<div class="headerTitle">
添加讲师
选择{{title}}
</div>
<img style="width: 29px; height: 29px; cursor: pointer" src="../../assets/images/basicinfo/close.png"
@click="closeDrawer"/>
@@ -128,7 +128,10 @@ const props = defineProps({
type: Number,
default: 0
},
title: {
type: String,
default: ''
}
});
onMounted(()=>{
onlineLearningList()
@@ -262,7 +265,7 @@ const deleteDepSelect = () => {
//确定添加授权
const submitAuth = () => {
emit('update:arrayList',teaunm.value)
emit('valueChange',teaunm.value)
emit('valueChange',teaunm.value,props.type)
visiable.value = false;
emit("finash", false);
};

View File

@@ -33,7 +33,7 @@
<a-descriptions-item v-if="formData?.isParent==1" label="二级审批人">{{formData?.two||'-'}}</a-descriptions-item>
<a-descriptions-item v-if="formData?.isParent==1" label="三级审批人">{{formData?.three||'-'}}</a-descriptions-item>
<a-descriptions-item label="状态">
{{['-','待审核', '审核中', '已完成', '审核失败'][formData?.type]}}
{{{1:'待审核', 2:'审核中',3: '已完成',4: '审核失败',5:'待审核'}[formData?.status]}}
</a-descriptions-item>
</a-descriptions>
</div>