From 337d39381d0dc7054dfb768bcc5b84380f008432 Mon Sep 17 00:00:00 2001 From: gengxin Date: Mon, 17 Feb 2025 18:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E8=B4=B9=E7=94=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=EF=BC=8C=E5=AE=A1=E6=89=B9=E5=A2=9E=E5=8A=A0=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=8C=89=E9=92=AE=20=E6=8E=A5=E5=8F=A3=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/LecturerFee.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/views/lecturer/LecturerFee.vue b/src/views/lecturer/LecturerFee.vue index f04c4c7a..cd8a5596 100644 --- a/src/views/lecturer/LecturerFee.vue +++ b/src/views/lecturer/LecturerFee.vue @@ -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,