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

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

parent 6c2639b0
...@@ -443,7 +443,7 @@ color: #333333;" ...@@ -443,7 +443,7 @@ color: #333333;"
:placeholder="isEdit? '请输入主诉' : '-'" :placeholder="isEdit? '请输入主诉' : '-'"
type="textarea" type="textarea"
show-word-limit show-word-limit
style="width: 97.4%!important" style="width: 97.6%!important"
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -456,7 +456,7 @@ color: #333333;" ...@@ -456,7 +456,7 @@ color: #333333;"
maxlength="400" maxlength="400"
:placeholder="isEdit? '请输入医嘱' : '-'" :placeholder="isEdit? '请输入医嘱' : '-'"
type="textarea" type="textarea"
style="width: 97.4%!important" style="width: 97.6%!important"
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -467,7 +467,7 @@ color: #333333;" ...@@ -467,7 +467,7 @@ color: #333333;"
:disabled="!isEdit" :disabled="!isEdit"
maxlength="20" maxlength="20"
:placeholder="isEdit? '请输入诊断结果' : '-'" :placeholder="isEdit? '请输入诊断结果' : '-'"
style="width: 97.4%!important" style="width: 97.6%!important"
/> />
</el-form-item> </el-form-item>
</el-col> </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