From ea559229153d328bf28ba12ad45ec039c648ad80 Mon Sep 17 00:00:00 2001
From: Jafeng <2998840497@qq.com>
Date: Thu, 29 Jan 2026 13:36:43 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E5=86=85=E9=83=A8=E4=BF=A1=E6=81=AF?=
=?UTF-8?q?=E6=98=BE=E7=A4=BAbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/form-template/common-cell.vue | 8 +-
.../form-cell/form-tag-picker.vue | 100 ++++++++
components/form-template/form-cell/index.vue | 32 ++-
components/form-template/index.vue | 7 +-
components/form-template/verify.js | 1 +
pages.json | 6 +
pages/case/archive-edit.vue | 101 +++++++-
pages/case/patient-create.vue | 11 +-
pages/case/patient-inner-info.vue | 156 +++++++++++-
pages/library/tag-list/tag-list.vue | 224 ++++++++++++++++++
routes/index.js | 4 +
utils/api.js | 5 +
utils/form-alias.js | 66 ++++++
13 files changed, 705 insertions(+), 16 deletions(-)
create mode 100644 components/form-template/form-cell/form-tag-picker.vue
create mode 100644 pages/library/tag-list/tag-list.vue
create mode 100644 utils/form-alias.js
diff --git a/components/form-template/common-cell.vue b/components/form-template/common-cell.vue
index b23c40b..301a120 100644
--- a/components/form-template/common-cell.vue
+++ b/components/form-template/common-cell.vue
@@ -1,5 +1,5 @@
-
+
{{ name }}
@@ -10,6 +10,8 @@
diff --git a/components/form-template/form-cell/index.vue b/components/form-template/form-cell/index.vue
index 1dc13bf..439fccf 100644
--- a/components/form-template/form-cell/index.vue
+++ b/components/form-template/form-cell/index.vue
@@ -38,11 +38,36 @@
:disableChange="disableChange"
@change="change"
/>
+
-
- {{ attrs.name || attrs.title }}(暂不支持:{{ attrs.type }})
-
+
+
+