mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
讲师管理,授课记录 调整
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user