Commit 8a356824 authored by 小费同学阿's avatar 小费同学阿 💬

病历管理-编辑页二次删除弹窗完成

parent 6c2639b0
......@@ -443,7 +443,7 @@ color: #333333;"
:placeholder="isEdit? '请输入主诉' : '-'"
type="textarea"
show-word-limit
style="width: 97.4%!important"
style="width: 97.6%!important"
/>
</el-form-item>
</el-col>
......@@ -456,7 +456,7 @@ color: #333333;"
maxlength="400"
:placeholder="isEdit? '请输入医嘱' : '-'"
type="textarea"
style="width: 97.4%!important"
style="width: 97.6%!important"
/>
</el-form-item>
</el-col>
......@@ -467,7 +467,7 @@ color: #333333;"
:disabled="!isEdit"
maxlength="20"
:placeholder="isEdit? '请输入诊断结果' : '-'"
style="width: 97.4%!important"
style="width: 97.6%!important"
/>
</el-form-item>
</el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment