瀏覽代碼

修改bug和需求

csx 5 年之前
父節點
當前提交
40bb31239e

+ 1 - 1
.idea/codeStyles/Project.xml 查看文件

@@ -1,6 +1,6 @@
1 1
 <component name="ProjectCodeStyleConfiguration">
2 2
   <code_scheme name="Project" version="173">
3
-    <JSCodeStyleSettings>
3
+    <JSCodeStyleSettings version="0">
4 4
       <option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
5 5
       <option name="FORCE_SEMICOLON_STYLE" value="true" />
6 6
       <option name="SPACE_BEFORE_GENERATOR_MULT" value="true" />

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order.vue 查看文件

@@ -242,7 +242,7 @@
242 242
                       <div class="under_line" style="width: 60px;">
243 243
                         {{record.prescription&&record.prescription.target_ultrafiltration?record.prescription.target_ultrafiltration:''}}
244 244
                       </div>
245
-                      ml
245
+                      L
246 246
                     </div>
247 247
                   </div>
248 248
                   <div class="row" style="padding: 2px 0;">

+ 2 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

@@ -8,7 +8,6 @@
8 8
       :append-to-body="true"
9 9
     >
10 10
       <el-form ref="dialysisPrescription" :model="dialysisPrescription" label-width="148px">
11
-        <!-- <el-row :gutter="20"> -->
12 11
         <el-row :gutter="24">
13 12
           <el-col :span="8" v-if="isShows('透析模式')">
14 13
             <el-form-item label="透析模式">
@@ -85,14 +84,14 @@
85 84
               </el-select>
86 85
             </el-form-item>
87 86
           </el-col>
88
-          <!-- </el-row>
89 87
 
90
-          <el-row :gutter="20"> -->
91 88
 
92 89
           <el-col :span="8" v-if="anticoagulant.shouji != -1&&isShows('首剂')">
93 90
             <el-form-item :label="'首剂('+anticoagulant.shouji_unit+') : '">
94 91
               <el-input type="number" v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
95 92
             </el-form-item>
93
+
94
+
96 95
           </el-col>
97 96
 
98 97
           <el-col :span="8" v-if="anticoagulant.weichi != -1&&isShows('维持')">

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue 查看文件

@@ -343,7 +343,7 @@
343 343
                     <td width="70">
344 344
                       <div class="under-line">&nbsp;{{prescription.target_ultrafiltration?prescription.target_ultrafiltration:''}}</div>
345 345
                     </td>
346
-                    <td width="20">ml</td>
346
+                    <td width="20">L</td>
347 347
                   </tr>
348 348
                   </tbody>
349 349
                 </table>