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

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