From ed7e48d449f7dd56fe0fdef91525fbe6b611b58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 16 Jul 2025 11:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=88=86=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../diy/components/diy/modules/subscript.vue | 98 +++ .../components/form-input/form-input-base.vue | 714 ++++++++++++++++++ .../modules/components-combination.vue | 248 ++++++ .../form-input/modules/my-datetime.vue | 252 +++++++ .../modules/subform-component-show.vue | 276 +++++++ 5 files changed, 1588 insertions(+) create mode 100644 pages/diy/components/diy/modules/subscript.vue create mode 100644 pages/form-input/components/form-input/form-input-base.vue create mode 100644 pages/form-input/components/form-input/modules/components-combination.vue create mode 100644 pages/form-input/components/form-input/modules/my-datetime.vue create mode 100644 pages/form-input/components/form-input/modules/subform-component-show.vue diff --git a/pages/diy/components/diy/modules/subscript.vue b/pages/diy/components/diy/modules/subscript.vue new file mode 100644 index 00000000..62ba332d --- /dev/null +++ b/pages/diy/components/diy/modules/subscript.vue @@ -0,0 +1,98 @@ + + + + + diff --git a/pages/form-input/components/form-input/form-input-base.vue b/pages/form-input/components/form-input/form-input-base.vue new file mode 100644 index 00000000..3b1834e2 --- /dev/null +++ b/pages/form-input/components/form-input/form-input-base.vue @@ -0,0 +1,714 @@ + + + + + \ No newline at end of file diff --git a/pages/form-input/components/form-input/modules/components-combination.vue b/pages/form-input/components/form-input/modules/components-combination.vue new file mode 100644 index 00000000..9549780d --- /dev/null +++ b/pages/form-input/components/form-input/modules/components-combination.vue @@ -0,0 +1,248 @@ + + + + + \ No newline at end of file diff --git a/pages/form-input/components/form-input/modules/my-datetime.vue b/pages/form-input/components/form-input/modules/my-datetime.vue new file mode 100644 index 00000000..d9857548 --- /dev/null +++ b/pages/form-input/components/form-input/modules/my-datetime.vue @@ -0,0 +1,252 @@ + + + + + diff --git a/pages/form-input/components/form-input/modules/subform-component-show.vue b/pages/form-input/components/form-input/modules/subform-component-show.vue new file mode 100644 index 00000000..42adfe5c --- /dev/null +++ b/pages/form-input/components/form-input/modules/subform-component-show.vue @@ -0,0 +1,276 @@ + + + + + \ No newline at end of file