From af650f58c1605d18e2181063762de7d8772fdd60 Mon Sep 17 00:00:00 2001 From: Brian Yang Date: Mon, 22 Apr 2024 11:32:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9A=84=E6=B7=BB=E5=8A=A0/=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=A8=A1=E5=9E=8B=E7=9A=84=E6=8F=90=E7=A4=BA=20(#193)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/component/CreateModelDialog.vue | 125 +++++++++--------- ui/src/views/template/component/EditModel.vue | 53 +++++++- 2 files changed, 106 insertions(+), 72 deletions(-) diff --git a/ui/src/views/template/component/CreateModelDialog.vue b/ui/src/views/template/component/CreateModelDialog.vue index 880291ddf..d0f1ad9e7 100644 --- a/ui/src/views/template/component/CreateModelDialog.vue +++ b/ui/src/views/template/component/CreateModelDialog.vue @@ -1,79 +1,70 @@