XMLWAN 3 years ago
parent
commit
4d844b9f44

+ 1 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

@@ -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 View File

@@ -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>

+ 1 - 0
src/xt_pages/workforce/components/tableWeeks.vue View File

@@ -178,6 +178,7 @@ export default {
178 178
   data() {
179 179
     return {
180 180
       weekArr: [
181
+        {id:0,name:"全部"},
181 182
         { id: 1, name: "周一" },
182 183
         { id: 2, name: "周二" },
183 184
         { id: 3, name: "周三" },