From 752c65d786838c9af3571d4d6eb46ab3e62786f2 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期五, 02 八月 2024 15:59:26 +0800 Subject: [PATCH] feat:完成新增会话的,会话记录的聊天模块 --- src/views/authority/resource/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/authority/resource/index.vue b/src/views/authority/resource/index.vue index 38f1e06..3efc9c1 100644 --- a/src/views/authority/resource/index.vue +++ b/src/views/authority/resource/index.vue @@ -107,15 +107,15 @@ // 0鐩綍 1鑿滃崟 2鎸夐挳 let options = ref([ { - key: "0", + key: "3", value: "鐩綍" }, { - key: "1", + key: "0", value: "鑿滃崟" }, { - key: "2", + key: "1", value: "鎸夐挳" } ]); -- Gitblit v1.8.0