mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 22:36:45 +08:00
feat:合并
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user