提交 c4984052 编写于 作者: zhaosheng.zhang's avatar zhaosheng.zhang

fix: 后台预约单列表问题优化

上级 5c0acff2
...@@ -806,7 +806,7 @@ ...@@ -806,7 +806,7 @@
<el-input <el-input
v-model="formData.inspectionAdvice" v-model="formData.inspectionAdvice"
type="textarea" type="textarea"
placeholder="建议患者进一步作何检查" placeholder="建议患者进一步作何检查"
:disabled="editorType == 2" :disabled="editorType == 2"
maxlength="1000" maxlength="1000"
show-word-limit show-word-limit
...@@ -822,7 +822,7 @@ ...@@ -822,7 +822,7 @@
<el-input <el-input
v-model="formData.lifeAdvice" v-model="formData.lifeAdvice"
type="textarea" type="textarea"
placeholder="生活作息、饮食、日常运动等方面的建议" placeholder="生活作息、饮食、日常运动等方面的建议"
:disabled="editorType == 2" :disabled="editorType == 2"
maxlength="1000" maxlength="1000"
show-word-limit show-word-limit
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册