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'
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user