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