讲师管理,授课记录 调整

This commit is contained in:
wangxuemei
2024-10-14 18:58:51 +08:00
parent d2cb5d4067
commit a944283500
11 changed files with 236 additions and 226 deletions

View File

@@ -6,7 +6,7 @@
<a-tab-pane key="1" tab="讲师费管理">
<LecturerFee />
</a-tab-pane>
<a-tab-pane key="2" tab="讲师费审批">
<a-tab-pane key="2" tab="讲师费审批" >
<LecturerApproval/>
</a-tab-pane>
</a-tabs>
@@ -17,7 +17,7 @@
import { reactive, toRefs, ref, watch } from "vue";
import LecturerFee from "../lecturer/LecturerFee.vue"
import LecturerApproval from "../lecturer/LecturerApproval.vue"
export default {
export default {
name: "LecturerFeeManagement",
components: {
LecturerFee,