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: '',