浏览代码

会诊记录单

zengfanwei 1 月之前
父节点
当前提交
79e0d343dd
共有 1 个文件被更改,包括 34 次插入11 次删除
  1. 34 11
      src/components/hui-zhen-da-ying/PrintTheConsultationForm.vue

+ 34 - 11
src/components/hui-zhen-da-ying/PrintTheConsultationForm.vue

@@ -46,22 +46,29 @@
         </div>
       </div>
       <div style="width: 100%; padding: 7.5pt 7.5pt 0 7.5pt">
-        病情简介
-        <textarea
+        <div>病情简介</div>
+        <!-- <textarea
           v-model="huanZheXinXi.reqComment"
           readonly="readonly"
           style="
-            height: 120.5pt;
+            min-height: 120.5pt;
             margin: 3.75pt 0 0;
             width: 522.75pt;
             border: none;
-            overflow: hidden;
             resize: none;
           "
-        />
+        /> -->
+        <div 
+        style="
+        min-height: 120.5pt;
+        margin: 3.75pt 0 0;
+        width: 522.75pt;
+        " >
+        {{ huanZheXinXi.reqComment }}
+        </div>
         <br />
-        目前主要诊断
-        <textarea
+        <div>目前主要诊断</div>
+        <!-- <textarea
           v-model="huanZheXinXi.hzZd"
           readonly="readonly"
           style="
@@ -72,10 +79,18 @@
             overflow: hidden;
             resize: none;
           "
-        />
+        /> -->
+        <div 
+        style="
+        height: 37.5pt;
+        margin: 3.75pt 0 0;
+        width: 522.75pt;
+        " >
+        {{ huanZheXinXi.hzZd }}
+        </div>
         <br />
-        会诊目的
-        <textarea
+        <div>会诊目的</div>
+        <!-- <textarea
           v-model="huanZheXinXi.hzMd"
           readonly="readonly"
           style="
@@ -86,7 +101,15 @@
             overflow: hidden;
             resize: none;
           "
-        />
+        /> -->
+        <div 
+        style="
+        height: 37.5pt;
+        margin: 3.75pt 0 0;
+        width: 522.75pt;
+        " >
+        {{ huanZheXinXi.hzMd }}
+        </div>
         <div style="float: right">
           <table>
             <tr>