From 01212d85ef2753e484e5c0bd4ee1883be65480c4 Mon Sep 17 00:00:00 2001 From: Cold <16419454+cold502@user.noreply.gitee.com> Date: Mon, 5 Jan 2026 12:02:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=AD=97=E6=AE=B5=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=EF=BC=9Aopener=E6=94=B9=E4=B8=BAgreeting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../account/component/editAccount.vue | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/views/customerService/account/component/editAccount.vue b/src/views/customerService/account/component/editAccount.vue index 59876ee..1906b15 100644 --- a/src/views/customerService/account/component/editAccount.vue +++ b/src/views/customerService/account/component/editAccount.vue @@ -36,18 +36,14 @@ 提示:系统会自动引用知识库内容,您只需专注于业务话术即可。留空将使用默认模板,创建后也可在此修改 - + -
- 提示:留空将使用默认开场白,创建后也可在此修改 -
+
留空则不发送开场白
@@ -75,7 +71,7 @@ interface DialogFormData { accountName: string; platform: string; prompt?: string; - opener?: string; + greeting?: string; status: number; creator: ''; modifier: ''; @@ -94,7 +90,7 @@ const state = reactive({ accountName: '', platform: '', prompt: '', - opener: '', + greeting: '', status: 1, creator: '', modifier: '', @@ -190,7 +186,7 @@ const resetForm = () => { accountName: '', platform: '', prompt: '', - opener: '', + greeting: '', status: 1, creator: '', modifier: '',