mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
修改问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-model:value="selectData"
|
v-model:value="selectData"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
:options="isOpen?options:selectOptions"
|
:options="isOpen?options:selectOptions"
|
||||||
:filter-option="false"
|
:filter-option="false"
|
||||||
showSearch
|
showSearch
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template v-if="column.key === 'operation'">
|
<template v-if="column.key === 'operation'">
|
||||||
<a-space>
|
<a-space>
|
||||||
<a-button v-if="record.certStatus === 1" type="link" @click="() => handleLook(record, String(record.courseform))">查看</a-button>
|
<a-button v-if="record.certStatus == '1'" type="link" @click="() => handleLook(record, String(record.courseform))">查看</a-button>
|
||||||
|
|
||||||
<a-button
|
<a-button
|
||||||
v-if="(record.isPermission === 'true' || record.isSuperPermission === 'true') && checkMenu('lecturerEdit')"
|
v-if="(record.isPermission === 'true' || record.isSuperPermission === 'true') && checkMenu('lecturerEdit')"
|
||||||
|
|||||||
@@ -520,6 +520,7 @@ import * as lecturer from "../../api/Lecturer.js";
|
|||||||
import lockLecturer from "@/components/project/lockLecturer";
|
import lockLecturer from "@/components/project/lockLecturer";
|
||||||
import AddApprover from "@/components/project/AddApprover";
|
import AddApprover from "@/components/project/AddApprover";
|
||||||
import { checkMenu } from "@/utils/utils";
|
import { checkMenu } from "@/utils/utils";
|
||||||
|
import {getParentAapprovallist} from "@/api/lecturerFeeManagement";
|
||||||
export default {
|
export default {
|
||||||
name: "organizationList",
|
name: "organizationList",
|
||||||
components: {
|
components: {
|
||||||
@@ -1205,7 +1206,7 @@ export default {
|
|||||||
moduleType: 0,
|
moduleType: 0,
|
||||||
isParent: 0
|
isParent: 0
|
||||||
}
|
}
|
||||||
queryTrainOrgPor(obj).then((res) => {
|
getParentAapprovallist(obj).then((res) => {
|
||||||
state.orgList = res.data.data?.map(item => {
|
state.orgList = res.data.data?.map(item => {
|
||||||
return {
|
return {
|
||||||
label: item.affiliationName,
|
label: item.affiliationName,
|
||||||
|
|||||||
Reference in New Issue
Block a user