+
+
+ 提示:留空将使用默认开场白,创建后也可通过"配置提示词"按钮修改
+
+
@@ -62,6 +75,7 @@ interface DialogFormData {
accountName: string;
platform: string;
prompt?: string;
+ opener?: string;
status: number;
creator: '';
modifier: '';
@@ -80,6 +94,7 @@ const state = reactive({
accountName: '',
platform: '',
prompt: '',
+ opener: '',
status: 1,
creator: '',
modifier: '',
@@ -175,6 +190,7 @@ const resetForm = () => {
accountName: '',
platform: '',
prompt: '',
+ opener: '',
status: 1,
creator: '',
modifier: '',
diff --git a/src/views/customerService/account/component/promptConfig.vue b/src/views/customerService/account/component/promptConfig.vue
index 88db424..f7b6955 100644
--- a/src/views/customerService/account/component/promptConfig.vue
+++ b/src/views/customerService/account/component/promptConfig.vue
@@ -20,30 +20,19 @@
-