mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
提交
This commit is contained in:
@@ -123,7 +123,8 @@
|
||||
<template #action="{ record }">
|
||||
<template
|
||||
v-if="
|
||||
record.completionStatus == 2 &&
|
||||
(record.completionStatus == 2 ||
|
||||
record.completionStatus == 0) &&
|
||||
checkMenu('growthStudentMarkComplete')
|
||||
"
|
||||
>
|
||||
@@ -260,7 +261,7 @@ export default {
|
||||
|
||||
const setPermissions = (row) => {
|
||||
dialog({
|
||||
content: "确定标记完成该课程吗?",
|
||||
content: "确定标记完成该任务?",
|
||||
ok: async () => {
|
||||
markComplete({ id: row.id }).then((res) => {
|
||||
getData();
|
||||
|
||||
Reference in New Issue
Block a user