mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
讲师费用管理,审批增加删除按钮 接口对接
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user