mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
提交
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user