This commit is contained in:
Your Name
2026-03-27 18:06:12 +08:00
parent 9160c36735
commit 099bc1dd22
645 changed files with 276473 additions and 957 deletions
+4 -2
View File
@@ -459,6 +459,7 @@
v-model="formData.tongue_images"
:limit="9"
type="image"
:exclude-domain="true"
/>
<div class="form-tips">支持上传多张舌苔照片最多9张</div>
</el-form-item>
@@ -468,6 +469,7 @@
v-model="formData.report_files"
:limit="10"
type="image"
:exclude-domain="true"
/>
<div class="form-tips">支持上传检查报告病历彩超等影像科检查图片最多10个文件</div>
</el-form-item>
@@ -521,8 +523,8 @@
<el-form-item label="病史补充" prop="remark">
<el-input
v-model="formData.remark"
type="textarea"
v-mode="formData.remark"
type="ltextarea"
:rows="2"
placeholder="请输入病史补充"
/>