diff --git a/src/views/study-tours/StudyTourList.vue b/src/views/study-tours/StudyTourList.vue index be2d85f..19eac20 100644 --- a/src/views/study-tours/StudyTourList.vue +++ b/src/views/study-tours/StudyTourList.vue @@ -285,7 +285,7 @@ function buildEditorOptions(placeholder: string) { const introEditorOptions = buildEditorOptions('请输入线路简介') const feeEditorOptions = buildEditorOptions('请输入线路收费标准') -const implEditorOptions = buildEditorOptions('请输入线路计划实施情况') +const implEditorOptions = buildEditorOptions('请输入研学时间、报名方式、活动提示等内容') function suitableAudienceFromRow(row: StudyTour): string { const text = String(row.suitable_audience || '').trim() @@ -701,6 +701,10 @@ async function onCoverSelect(fileItem: any) { return false } +function onCoverChange(...args: any[]) { + void onCoverSelect(args) +} + function removeCover() { form.cover_image = '' } @@ -994,7 +998,7 @@ onMounted(async () => { - +
@@ -1025,7 +1029,7 @@ onMounted(async () => { - + {{ ADMIN_IMAGE_RECOMMEND_LABEL }}