讲师列表调整

This commit is contained in:
wangxuemei
2024-09-11 18:19:34 +08:00
parent f939f6ade0
commit a23ed4275f
5 changed files with 14 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
<div class="qr_header"></div>
<div class="qr_main">
<div class="qrm_header">
<span style="title">导入授课记录</span>
<span style="title">{{ title }}</span>
<div class="close_exit" @click="closeCodeModal"></div>
</div>
<div class="line"></div>
@@ -156,6 +156,10 @@ import {getCookieForName} from "@/api/method";
type: String,
default: null,
},
title:{
type: String,
default: null,
}
},
setup(props, ctx) {
const state = reactive({