讲师管理bug

This commit is contained in:
zhangsir
2025-01-07 14:28:00 +08:00
parent 6a1cddf2a5
commit 356f152869
3 changed files with 48 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
<template>
<div class="LecturerFeeManagement">
<div style="margin: 20px;margin-top:0;" >
<a-tabs v-model:activeKey="activeKey" :destroyInactiveTabPane="true">
<a-tabs v-model:activeKey="activeKey" >
<a-tab-pane key="1" tab="讲师费管理">
<LecturerFee />
</a-tab-pane>