From 9f9e0f8bda0c19afbd6bc1d1290062d8f5ed9d3c Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 10 Nov 2023 19:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E5=AD=90=E8=A1=A8=EF=BC=9A=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E4=B8=89=E7=A7=8D=E6=A8=A1=E5=BC=8F=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../infra/demo02/DemoStudentAddressForm.vue | 58 ++++++ .../infra/demo02/DemoStudentContactForm.vue | 119 ++++++----- src/views/infra/demo02/DemoStudentForm.vue | 61 ++++-- src/views/infra/demo02/index.vue | 33 ++-- .../infra/demo03/DemoStudentAddressForm.vue | 58 ++++++ .../infra/demo03/DemoStudentAddressList.vue | 38 ++++ .../infra/demo03/DemoStudentContactForm.vue | 89 +++++++++ .../infra/demo03/DemoStudentContactList.vue | 38 ++++ src/views/infra/demo03/DemoStudentForm.vue | 132 +++++++++++++ src/views/infra/demo03/index.vue | 176 +++++++++++++++++ .../infra/demo04/DemoStudentAddressForm.vue | 58 ++++++ .../infra/demo04/DemoStudentAddressList.vue | 39 ++++ .../infra/demo04/DemoStudentContactForm.vue | 96 +++++++++ .../infra/demo04/DemoStudentContactList.vue | 70 +++++++ src/views/infra/demo04/DemoStudentForm.vue | 132 +++++++++++++ src/views/infra/demo04/index.vue | 184 ++++++++++++++++++ 16 files changed, 1294 insertions(+), 87 deletions(-) create mode 100644 src/views/infra/demo02/DemoStudentAddressForm.vue create mode 100644 src/views/infra/demo03/DemoStudentAddressForm.vue create mode 100644 src/views/infra/demo03/DemoStudentAddressList.vue create mode 100644 src/views/infra/demo03/DemoStudentContactForm.vue create mode 100644 src/views/infra/demo03/DemoStudentContactList.vue create mode 100644 src/views/infra/demo03/DemoStudentForm.vue create mode 100644 src/views/infra/demo03/index.vue create mode 100644 src/views/infra/demo04/DemoStudentAddressForm.vue create mode 100644 src/views/infra/demo04/DemoStudentAddressList.vue create mode 100644 src/views/infra/demo04/DemoStudentContactForm.vue create mode 100644 src/views/infra/demo04/DemoStudentContactList.vue create mode 100644 src/views/infra/demo04/DemoStudentForm.vue create mode 100644 src/views/infra/demo04/index.vue diff --git a/src/views/infra/demo02/DemoStudentAddressForm.vue b/src/views/infra/demo02/DemoStudentAddressForm.vue new file mode 100644 index 00000000..af4cd8f1 --- /dev/null +++ b/src/views/infra/demo02/DemoStudentAddressForm.vue @@ -0,0 +1,58 @@ + + diff --git a/src/views/infra/demo02/DemoStudentContactForm.vue b/src/views/infra/demo02/DemoStudentContactForm.vue index 0cd9d106..50c44263 100644 --- a/src/views/infra/demo02/DemoStudentContactForm.vue +++ b/src/views/infra/demo02/DemoStudentContactForm.vue @@ -1,68 +1,89 @@ diff --git a/src/views/infra/demo02/DemoStudentForm.vue b/src/views/infra/demo02/DemoStudentForm.vue index 1bb6d7ea..fe0788c4 100644 --- a/src/views/infra/demo02/DemoStudentForm.vue +++ b/src/views/infra/demo02/DemoStudentForm.vue @@ -17,12 +17,14 @@ - - - + + + + + + + - 地址信息 - 其它信息