diff --git a/components/form-template/form-cell/form-evaluated-joint.vue b/components/form-template/form-cell/form-evaluated-joint.vue
new file mode 100644
index 0000000..5fb78df
--- /dev/null
+++ b/components/form-template/form-cell/form-evaluated-joint.vue
@@ -0,0 +1,47 @@
+
+
+
+
+ {{ jointType || '请选择关节类型' }}
+
+
+ {{ jointSide || '请选择侧别' }}
+
+
+
+
+
+
+
+
diff --git a/components/form-template/form-cell/form-exercise-level.vue b/components/form-template/form-cell/form-exercise-level.vue
new file mode 100644
index 0000000..9000a79
--- /dev/null
+++ b/components/form-template/form-cell/form-exercise-level.vue
@@ -0,0 +1,48 @@
+
+
+
+
+ 次/周
+
+ min/次
+
+
+
+
+
+
+
diff --git a/components/form-template/form-cell/form-select-and-other.vue b/components/form-template/form-cell/form-select-and-other.vue
new file mode 100644
index 0000000..ab48cb5
--- /dev/null
+++ b/components/form-template/form-cell/form-select-and-other.vue
@@ -0,0 +1,58 @@
+
+
+
+
+ {{ selectedValue || '请选择' }}
+
+
+
+
+
+
+
+
+
diff --git a/components/form-template/form-cell/index.vue b/components/form-template/form-cell/index.vue
index d4b9b87..2ea879d 100644
--- a/components/form-template/form-cell/index.vue
+++ b/components/form-template/form-cell/index.vue
@@ -10,6 +10,12 @@
@change="change" />
+
+
+
-->
-
\ No newline at end of file
+
diff --git a/components/form-template/index.vue b/components/form-template/index.vue
index e68671f..b59bdc1 100644
--- a/components/form-template/index.vue
+++ b/components/form-template/index.vue
@@ -33,7 +33,7 @@ const props = defineProps({
}
})
-const formCellType = ['input', 'select', 'date', 'radio', 'region', 'textarea', 'multiSelectAndOther', 'selfMultipleDiseases', 'files','diagnosis','positiveFind'];
+const formCellType = ['input', 'select', 'date', 'radio', 'region', 'textarea', 'multiSelectAndOther', 'selectAndOther', 'selfMultipleDiseases', 'files', 'diagnosis', 'positiveFind', 'evaluatedJoint', 'exerciseLevel'];
const formCellTitle = ['surgicalHistory'];
const customCellType = ['BMI', 'bloodPressure'];
const disabledMap = computed(() => props.disableTitles.reduce((m, i) => {