From 5654eca1078210a7428447e6ba6ebe09a8df3246 Mon Sep 17 00:00:00 2001 From: lcc Date: Fri, 9 Aug 2024 16:23:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=93=E9=A2=98=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sytopic/module/components/module-edit.vue | 6 ++++- .../module/components/module-option-edit.vue | 24 +++++++++++-------- .../sytopic/components/sytopic-edit.vue | 8 ++++++- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/src/views/sytopic/module/components/module-edit.vue b/src/views/sytopic/module/components/module-edit.vue index daa42e0..627bd04 100644 --- a/src/views/sytopic/module/components/module-edit.vue +++ b/src/views/sytopic/module/components/module-edit.vue @@ -18,7 +18,11 @@ /> - + @@ -54,7 +54,7 @@ clearable :maxlength="60" v-model="form.subTitle" - placeholder="请输入副标题" + :placeholder="'请输入' + [moduleType === 8 ? '价格' : '副标题']" /> - + - + -