From 0088fcc5d3f696f779744fa88e11e07ede1d1828 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 2 Jul 2026 17:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study-tours/StudyTourList.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 }}