XMLWAN 4 lat temu
rodzic
commit
4d844b9f44

+ 1 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Wyświetl plik

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

+ 2 - 2
src/xt_pages/user/dialysisRecord.vue Wyświetl plik

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

+ 1 - 0
src/xt_pages/workforce/components/tableWeeks.vue Wyświetl plik

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