feat:合并

This commit is contained in:
lixg
2023-02-26 19:19:17 +08:00
14 changed files with 68 additions and 45 deletions

View File

@@ -366,7 +366,7 @@
type="link"
>管理
</a-button>
<DropDown v-if="checkPer(record.permissions)" value="授权">
<DropDown v-if="checkPer(record.permissions) && checkOwner(record.permissions)" value="授权">
<OwnerTableModelStudent :types="[10, 11, 12]" :id="record.id"
>权限名单</OwnerTableModelStudent
>
@@ -1731,7 +1731,7 @@ import FJUpload from "@/components/common/FJUpload";
import { updateStudent } from "@/api/indexProjStu";
import { useStore } from "vuex";
import DropDown from "@/components/common/DropDown";
import { checkPer } from "@/utils/utils";
import { checkPer,checkOwner } from "@/utils/utils";
import dayjs from "dayjs";
//列表表格
@@ -4991,6 +4991,7 @@ export default defineComponent({
beforeUpload2,
handleDel,
checkPer,
checkOwner,
handleSucessStu,
handleRejectStu,
handleDeleteStu,