This commit is contained in:
Pengxiansen
2025-02-20 16:36:25 +08:00
parent 3f8e42a239
commit 5dc774f312
21 changed files with 1483 additions and 133 deletions

View File

@@ -123,7 +123,7 @@
<template #action="{ record }">
<template
v-if="
record.completionStatus == 2 && checkGrowthPer(permissions)
record.completionStatus == 2 && checkMenu('growthStudentMarkComplete')
"
>
<a-button type="link" @click="setPermissions(record)"
@@ -150,6 +150,7 @@ import { getGrowStudentDetail, markComplete } from "@/api/growthpath";
import { message } from "ant-design-vue";
import { TASK_TYPE } from "@/utils/constGrown";
import { checkGrowthPer } from "@/utils/utils";
import { checkMenu } from "@/utils/utils";
export default {
name: "SeeStu",
components: {},