Sfoglia il codice sorgente

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

28169 1 mese fa
parent
commit
ba763c41dc

+ 4 - 4
src/xt_pages/Dialysisanalysis/otherIndicators/index.vue Vedi File

@@ -8,19 +8,19 @@
8 8
         <div class="page_patientControlAnalysis">
9 9
           <div class="photos">
10 10
             <div v-for="(item,index) in indicators" :key="index"  @click="echart_click(item)"
11
-              style="width: 280px;height: 360px;border:1px solid gainsboro;border-radius: 8px;margin: 0 0 30px 28px"
11
+              style="width: 280px;height: 300px;border:1px solid gainsboro;border-radius: 8px;margin: 0 0 30px 28px"
12 12
             >
13 13
 <!--              <div v-if="index+1==1" class="background date_type1" style="background-repeat: no-repeat;"></div>-->
14 14
               <div v-if="item.check_type == 1" class="background date_type2" style="background-repeat: no-repeat;"></div>
15 15
               <div v-if="item.check_type == 2" class="background date_type3" style="background-repeat: no-repeat;"></div>
16 16
               <p class="title">{{item.item_name}}</p>
17
-              <div class="tag">
17
+              <!-- <div class="tag">
18 18
                 <span class="tags">留治患者</span>
19 19
                 <span class="tags">转归</span>
20 20
                 <span class="tags">死亡</span>
21
-              </div>
21
+              </div> -->
22 22
 <!--              <span class="use">已使用14次</span>-->
23
-               <span class="shoucang" style="background-repeat: no-repeat;"></span>
23
+               <!-- <span class="shoucang" style="background-repeat: no-repeat;"></span> -->
24 24
               </div>
25 25
             </div>
26 26
         </div>

+ 2 - 2
src/xt_pages/user/evaluationtool/pediatricFallAssessment.vue Vedi File

@@ -201,7 +201,7 @@ export default {
201 201
       num:1,
202 202
       tumble_options:[],
203 203
       tumble:'',
204
-      date:new Date(),
204
+      date:this.getTime(new Date()),
205 205
       patient:'',
206 206
       touxihao:0,
207 207
     }
@@ -333,7 +333,7 @@ export default {
333 333
           pedia_Totalpoints:this.pedia_Totalpoints,
334 334
           tumble_options:this.tumble_options,
335 335
           tumble:this.tumble,
336
-          date:this.getTime(this.date),
336
+          date:this.date,
337 337
           patient_id:this.patient_id,
338 338
           patient:this.patient,
339 339
        }

+ 2 - 2
src/xt_pages/user/history/Children_history.vue Vedi File

@@ -391,7 +391,7 @@ export default{
391 391
       text:'',
392 392
       tumble_options:[],
393 393
       tumble:'',//评估人
394
-      date:new Date(),//评估日期
394
+      date:this.getTime(new Date()),//评估日期
395 395
       patient_id:0,
396 396
       patient:'',
397 397
       touxihao:0,//透析号
@@ -567,7 +567,7 @@ export default{
567 567
           pedia_Totalpoints:this.pedia_Totalpoints,
568 568
           tumble_options:this.tumble_options,
569 569
           tumble:this.tumble,
570
-          date:this.getTime(this.date),
570
+          date:this.date,
571 571
           patient_id:this.patient_id,
572 572
           patient:this.patient,
573 573