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 }})
-
+
+
+