mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
feat:修改面授等
This commit is contained in:
@@ -330,10 +330,7 @@
|
||||
>提交审核
|
||||
</a-button>
|
||||
<a-button
|
||||
v-if="
|
||||
(record.auditStatus === 0 || record.auditStatus === -1) &&
|
||||
checkPer(record.permissions)
|
||||
"
|
||||
v-if="record.auditStatus === 2 && checkPer(record.permissions)"
|
||||
@click="() => handleEdit(record, String(record.courseform))"
|
||||
type="link"
|
||||
>编辑
|
||||
@@ -366,7 +363,12 @@
|
||||
type="link"
|
||||
>管理
|
||||
</a-button>
|
||||
<DropDown v-if="checkPer(record.permissions) && checkOwner(record.permissions)" value="授权">
|
||||
<DropDown
|
||||
v-if="
|
||||
checkPer(record.permissions) && checkOwner(record.permissions)
|
||||
"
|
||||
value="授权"
|
||||
>
|
||||
<OwnerTableModelStudent :types="[10, 11, 12]" :id="record.id"
|
||||
>权限名单</OwnerTableModelStudent
|
||||
>
|
||||
@@ -383,7 +385,7 @@
|
||||
>
|
||||
<a-button
|
||||
v-if="
|
||||
(record.auditStatus === 3 || record.auditStatus === 2) &&
|
||||
record.auditStatus === 3 &&
|
||||
record.status &&
|
||||
checkPer(record.permissions)
|
||||
"
|
||||
@@ -1731,7 +1733,7 @@ import FJUpload from "@/components/common/FJUpload";
|
||||
import { updateStudent } from "@/api/indexProjStu";
|
||||
import { useStore } from "vuex";
|
||||
import DropDown from "@/components/common/DropDown";
|
||||
import { checkPer,checkOwner } from "@/utils/utils";
|
||||
import { checkPer, checkOwner } from "@/utils/utils";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
//列表表格
|
||||
|
||||
Reference in New Issue
Block a user