mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
提交
This commit is contained in:
@@ -118,11 +118,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="btnss"
|
||||
style="margin-top: 20px"
|
||||
v-if="checkPer(permissions, createId) && data?.length"
|
||||
>
|
||||
<div class="btnss" style="margin-top: 20px" v-if="data?.length">
|
||||
<div class="btn btn1" style="margin-right: 20px" @click="hasten()">
|
||||
<div class="wz">催促学习</div>
|
||||
</div>
|
||||
@@ -279,7 +275,6 @@ const courseSelectRows = ref([]);
|
||||
const planParams = computed(() => ({
|
||||
type: props.type,
|
||||
offcourseId: props.datasource?.taskId,
|
||||
taskId: props.datasource?.id,
|
||||
}));
|
||||
const {
|
||||
data = [],
|
||||
|
||||
Reference in New Issue
Block a user