3.13提交

This commit is contained in:
zoujiandong
2026-03-13 16:18:33 +08:00
parent 4e3a30b863
commit 4042df6762
30 changed files with 286 additions and 134 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
<view class="form-block">
<view class="label">描述</view>
<view class="textarea-wrap">
<textarea class="textarea" v-model.trim="note" :placeholder="groupInfo.note || '补充患者关键信息,方便随访患者'" placeholder-class="ph" auto-height maxlength="100"/>
<textarea class="textarea" v-model.trim="note" :placeholder="groupInfo.note || '补充患者关键信息,方便随访患者'" placeholder-class="ph" auto-height maxlength="100" :adjust-position="false"/>
<view class="textarea-count">已输入{{ noteLength }}/100</view>
</view>
</view>