-- fix 项目任务 管理查看权限

This commit is contained in:
yuping
2023-03-08 17:17:54 +08:00
parent f75d12bf58
commit b6019bfec6
13 changed files with 168 additions and 19 deletions

View File

@@ -32,7 +32,7 @@
</div>
</div>
</div>
<div class="btnss" style="margin-top: 20px">
<div class="btnss" style="margin-top: 20px" v-if="checkPer(permissions,createId)">
<div class="btn btn1" @click="godie" style="margin-right: 20px">
<div class="img1"></div>
<div class="wz">催促考试</div>
@@ -89,6 +89,7 @@ import EScore from "../ExportScore.vue";
import CheckAnsware from '../CheckAnsware.vue'
import * as api from '../../../api/indexTaskManage';
import { batchSendMessage } from "@/api/index1";
import {checkPer} from "@/utils/utils";
// import * as api from "../../../api/index";
export default {
@@ -98,6 +99,14 @@ export default {
CheckAnsware
},
props: {
createId: {
type: Number,
default: null,
},
permissions: {
type: String,
default: null,
},
ExaminationModelVisible: {
type: Boolean,
default: false,
@@ -454,6 +463,7 @@ export default {
afterVisibleChange,
onSelectChange,
godie,
checkPer,
clearLine,
showEScoreModal,
searchTableData,