讲师费用管理,审批增加删除按钮 接口对接

This commit is contained in:
gengxin
2025-02-17 18:50:37 +08:00
parent 5eaa3d9319
commit 337d39381d

View File

@@ -577,6 +577,10 @@ import OrgClass from "@/components/project/OrgClass";
import { checkMenu } from '@/utils/utils'
export default {
name: "LecturerFee",
props: {
activeKeyFn: Function,
default: null,
},
components: {
DownOutlined, //图标--展开
UpOutlined,//图标--收起
@@ -589,14 +593,7 @@ export default {
BatchLecturer,
OrgClass,
},
setup() {
const props = defineProps({
activeKeyFn: {
type: Function,
}
})
setup(props) {
const formRef = ref();
const state = reactive({
example: false,