From e91ea0a4237f01b50dc04240d2c8b653f8733017 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 18 Nov 2021 17:53:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=9F=A5=E8=B5=B0=E8=AE=BF=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppInterview/AppInterview.vue | 84 +++++++++++-------- .../{detail.vue => interviewDetail.vue} | 5 +- src/components/AiDate.vue | 12 +-- src/components/AiTextarea.vue | 2 - 4 files changed, 55 insertions(+), 48 deletions(-) rename src/apps/AppInterview/{detail.vue => interviewDetail.vue} (93%) diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index 8f38285d..686411d9 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -1,37 +1,40 @@