Procházet zdrojové kódy

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 před 4 roky
rodič
revize
9da98f9371

+ 4 - 0
src/store/modules/globalConfig.js Zobrazit soubor

@@ -1867,6 +1867,10 @@ const global_config = {
1867 1867
         id: 34,
1868 1868
         name: '副'
1869 1869
       },
1870
+      {
1871
+        id: 35,
1872
+        name: '本'
1873
+      },
1870 1874
     ],
1871 1875
     body_fluid: [{
1872 1876
       id: 1,

+ 1 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Zobrazit soubor

@@ -2898,6 +2898,7 @@
2898 2898
             this.$message.error(response.data.msg)
2899 2899
             return false
2900 2900
           } else {
2901
+            console.log("切换数据", response.data.data.solution)
2901 2902
             this.$message.success('切换成功')
2902 2903
             if (response.data.data.solution != null) {
2903 2904
               for (const key in response.data.data.solution) {

+ 2 - 2
src/xt_pages/user/dialysisRecord.vue Zobrazit soubor

@@ -331,7 +331,7 @@
331 331
               <th>透后称重(kg)</th>
332 332
               <th>透前血压(mmhg)</th>
333 333
               <th>透后血压(mmhg)</th>
334
-              <th>超滤量(L)</th>
334
+              <th>目标超滤量(L)</th>
335 335
               <th>血管通路</th>
336 336
               <th>抗凝剂种类 首剂/维持/总量</th>
337 337
               <th>透析器型号</th>
@@ -361,7 +361,7 @@
361 361
                   }}
362 362
                 </td>
363 363
                 <td>
364
-                  {{ item.predialysis_evaluation.ultrafiltration_amount }}
364
+                  {{ item.prescription.target_ultrafiltration }}
365 365
                 </td>
366 366
                 <td>{{ setVascularAccess(item.prescription) }}</td>
367 367
                 <td>{{ setAnticoagulantsConfit(item.prescription) }}</td>