|
@@ -32,7 +32,7 @@
|
32
|
32
|
icon="el-icon-printer"
|
33
|
33
|
>打印</el-button
|
34
|
34
|
>
|
35
|
|
-
|
|
35
|
+
|
36
|
36
|
</div>
|
37
|
37
|
</div>
|
38
|
38
|
|
|
@@ -54,7 +54,7 @@
|
54
|
54
|
<!-- 候诊区 -->
|
55
|
55
|
<el-tab-pane label="候诊区" name="first">
|
56
|
56
|
<div class="cell clearfix" style="margin-bottom:10px;">
|
57
|
|
- <el-date-picker v-model="selected_date"
|
|
57
|
+ <el-date-picker v-model="selected_date"
|
58
|
58
|
prefix-icon="el-icon-date" @change="handleScheduleDateChange"
|
59
|
59
|
:editable="false" :clearable="false"
|
60
|
60
|
style="width: 45%;margin-right:10px;" type="date" placeholder="选择日期时间" align="right" >
|
|
@@ -119,12 +119,15 @@
|
119
|
119
|
<el-table-column
|
120
|
120
|
prop="date"
|
121
|
121
|
label="患者"
|
122
|
|
- >
|
|
122
|
+ >
|
123
|
123
|
<template slot-scope="scope">
|
124
|
124
|
{{ scope.row.patient.name }}
|
125
|
125
|
<span v-if="scope.row.assessment_before_dislysis && patientStateVal == 1">
|
126
|
126
|
({{ getTime(scope.row.assessment_before_dislysis.created_time) }})
|
127
|
127
|
</span>
|
|
128
|
+ <!-- <span class="touxi_cishu" @click.stop="chishuclick(scope.row.patient.name)">
|
|
129
|
+ 0/4
|
|
130
|
+ </span> -->
|
128
|
131
|
</template>
|
129
|
132
|
</el-table-column>
|
130
|
133
|
<el-table-column
|
|
@@ -215,6 +218,9 @@
|
215
|
218
|
<span v-if="scope.row.assessment_before_dislysis && patientStateVal == 1">
|
216
|
219
|
({{ getTime(scope.row.assessment_before_dislysis.created_time) }})
|
217
|
220
|
</span>
|
|
221
|
+ <!-- <span class="touxi_cishu" @click.stop="chishuclick(scope.row.patient.name)">
|
|
222
|
+ 0/4
|
|
223
|
+ </span> -->
|
218
|
224
|
</template>
|
219
|
225
|
</el-table-column>
|
220
|
226
|
<el-table-column
|
|
@@ -282,7 +288,7 @@
|
282
|
288
|
</div>
|
283
|
289
|
<div class="printCell" style="display:flex;justify-content: space-around;">
|
284
|
290
|
<span style="display: block;width: 50%;">净重值:{{ main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.additional_weight }}Kg</span>
|
285
|
|
-
|
|
291
|
+
|
286
|
292
|
<span style="display: block;width: 50%;">
|
287
|
293
|
首剂: <span v-if="main_collection.dialysissolution.anticoagulant == 1">{{main_collection.dialysissolution.anticoagulant_shouji}} mg</span>
|
288
|
294
|
<span v-if="main_collection.dialysissolution.anticoagulant == 2">
|
|
@@ -315,8 +321,8 @@
|
315
|
321
|
<span v-if="main_collection.dialysissolution.anticoagulant == 11">
|
316
|
322
|
{{main_collection.dialysissolution.anticoagulant_shouji}}iu
|
317
|
323
|
</span>
|
318
|
|
- </span>
|
319
|
|
-
|
|
324
|
+ </span>
|
|
325
|
+
|
320
|
326
|
</div>
|
321
|
327
|
<div class="printCell" style="display:flex;justify-content: space-around;">
|
322
|
328
|
<span style="display: block;width: 50%;">体重增加:{{ (main_collection.assessmentbefor.weight_before - assessmentAfterDislysis.weight_after).toFixed(2) }}Kg</span>
|
|
@@ -356,11 +362,11 @@
|
356
|
362
|
iu/h
|
357
|
363
|
</span>
|
358
|
364
|
</span>
|
359
|
|
-
|
|
365
|
+
|
360
|
366
|
</div>
|
361
|
367
|
<div class="printCell" style="display:flex;justify-content: space-around;">
|
362
|
368
|
<span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
|
363
|
|
- <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10138 || $store.getters.xt_user.org.id == 10460">ml</span>
|
|
369
|
+ <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10138 || $store.getters.xt_user.org.id == 10460">ml</span>
|
364
|
370
|
<span v-else>L</span>
|
365
|
371
|
</span>
|
366
|
372
|
<span style="display: block;width: 50%;">
|
|
@@ -405,7 +411,7 @@
|
405
|
411
|
|
406
|
412
|
<!-- <div v-for="(main_collection,index) in printList" :key="index" style="width: 80%;">
|
407
|
413
|
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; text-align: center; margin: auto;">
|
408
|
|
-
|
|
414
|
+
|
409
|
415
|
<tr style="height: 20px;">
|
410
|
416
|
<td>{{ printDate }}</td>
|
411
|
417
|
<td>机号:{{ main_collection.number.number }}</td>
|
|
@@ -477,7 +483,7 @@
|
477
|
483
|
<div style="border: 1px solid black;width: 82%;" >
|
478
|
484
|
<div style="margin: 5px 0;">
|
479
|
485
|
<span style="font-weight: bolder;">{{main_collection.patient.name}} </span>
|
480
|
|
-
|
|
486
|
+
|
481
|
487
|
<span>
|
482
|
488
|
<span v-if="main_collection.patient.gender==1">男</span>
|
483
|
489
|
<span v-if="main_collection.patient.gender==2">女</span>
|
|
@@ -493,7 +499,7 @@
|
493
|
499
|
</div>
|
494
|
500
|
<div style="margin: 5px 0;">
|
495
|
501
|
<span>身高:{{ main_collection.patient.height?main_collection.patient.height:"" }} cm</span> <span>干体重:{{main_collection.assessmentbefor.dry_weight}}kg</span>
|
496
|
|
- <span>HCT:%</span> <span>KTV目标:</span>
|
|
502
|
+ <span>HCT:%</span> <span>KTV目标:</span>
|
497
|
503
|
</div>
|
498
|
504
|
</div>
|
499
|
505
|
<div style="height: 30px;width: 82%;border: 1px solid black;">
|
|
@@ -503,7 +509,7 @@
|
503
|
509
|
<div style="display: flex;margin: 5px 0;">
|
504
|
510
|
<div style="flex: 1;">透析模式:{{getModeId(main_collection.mode_id)}}</div>
|
505
|
511
|
<div style="flex: 1;">透析器/灌流器:{{main_collection.prescription.dialyzer_perfusion_apparatus }} </div>
|
506
|
|
-
|
|
512
|
+
|
507
|
513
|
</div>
|
508
|
514
|
<div style="display: flex;margin: 5px 0;">
|
509
|
515
|
<div style="flex: 1;">血流量:{{main_collection.prescription.blood_flow_volume}}ml/min</div>
|
|
@@ -559,7 +565,7 @@
|
559
|
565
|
<span v-if="main_collection.dialysissolution.anticoagulant == 11">
|
560
|
566
|
{{main_collection.dialysissolution.anticoagulant_shouji}}iu
|
561
|
567
|
</span>
|
562
|
|
- </span>
|
|
568
|
+ </span>
|
563
|
569
|
|
564
|
570
|
<span>
|
565
|
571
|
维持:{{main_collection.dialysissolution.anticoagulant_weichi}}
|
|
@@ -596,8 +602,8 @@
|
596
|
602
|
<span v-if="main_collection.dialysissolution.anticoagulant == 11">
|
597
|
603
|
iu/h
|
598
|
604
|
</span>
|
599
|
|
- </span>
|
600
|
|
-
|
|
605
|
+ </span>
|
|
606
|
+
|
601
|
607
|
<span>
|
602
|
608
|
总量:{{main_collection.dialysissolution.anticoagulant_zongliang}}
|
603
|
609
|
<span v-if="main_collection.dialysissolution.anticoagulant == 1">
|
|
@@ -691,7 +697,7 @@
|
691
|
697
|
</div>
|
692
|
698
|
<div class="printCell" style="display:flex;justify-content: space-around;">
|
693
|
699
|
<span style="display: block;width: 50%;">净重值:{{ main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.additional_weight }}Kg</span>
|
694
|
|
-
|
|
700
|
+
|
695
|
701
|
<span style="display: block;width: 50%;">
|
696
|
702
|
首剂: <span v-if="main_collection.dialysissolution.anticoagulant == 1">{{main_collection.dialysissolution.anticoagulant_shouji}} mg</span>
|
697
|
703
|
<span v-if="main_collection.dialysissolution.anticoagulant == 2">
|
|
@@ -724,8 +730,8 @@
|
724
|
730
|
<span v-if="main_collection.dialysissolution.anticoagulant == 11">
|
725
|
731
|
{{main_collection.dialysissolution.anticoagulant_shouji}}iu
|
726
|
732
|
</span>
|
727
|
|
- </span>
|
728
|
|
-
|
|
733
|
+ </span>
|
|
734
|
+
|
729
|
735
|
</div>
|
730
|
736
|
<div class="printCell" style="display:flex;justify-content: space-around;">
|
731
|
737
|
<span style="display: block;width: 50%;">体重增加:{{ (main_collection.assessmentbefor.weight_before - assessmentAfterDislysis.weight_after).toFixed(2) }}Kg</span>
|
|
@@ -765,11 +771,11 @@
|
765
|
771
|
iu/h
|
766
|
772
|
</span>
|
767
|
773
|
</span>
|
768
|
|
-
|
|
774
|
+
|
769
|
775
|
</div>
|
770
|
776
|
<div class="printCell" style="display:flex;justify-content: space-around;">
|
771
|
777
|
<span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
|
772
|
|
- <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10138">ml</span>
|
|
778
|
+ <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10138">ml</span>
|
773
|
779
|
<span v-else>L</span>
|
774
|
780
|
</span>
|
775
|
781
|
<span style="display: block;width: 50%;">
|
|
@@ -820,7 +826,40 @@
|
820
|
826
|
</span>
|
821
|
827
|
</el-dialog>
|
822
|
828
|
|
823
|
|
-
|
|
829
|
+ <!-- 显示透析日期的弹窗 -->
|
|
830
|
+ <el-dialog
|
|
831
|
+ :title="'患者信息(姓名:'+Dialysis_patient+'、透析号:'+20011120+')'"
|
|
832
|
+ :visible.sync="cishu_dialogVisible"
|
|
833
|
+ width="50%"
|
|
834
|
+ :modal-append-to-body='false'
|
|
835
|
+ :close-on-click-modal="false">
|
|
836
|
+ <div>
|
|
837
|
+ <div style="line-height: 40px;">
|
|
838
|
+ 透析频率:HD(每周2次)
|
|
839
|
+ </div>
|
|
840
|
+ <div style="line-height: 40px;">
|
|
841
|
+ 已排详情
|
|
842
|
+ </div>
|
|
843
|
+ <div>
|
|
844
|
+ <el-calendar>
|
|
845
|
+ <!-- 这里使用的是 2.5 slot 语法,对于新项目请使用 2.6 slot 语法-->
|
|
846
|
+ <template
|
|
847
|
+ slot="dateCell"
|
|
848
|
+ slot-scope="{date, data}">
|
|
849
|
+ <P v-if="data.day.split('-').slice(1).join('-')=='11-27'"
|
|
850
|
+ style="background: red;color: white;text-align: center;">
|
|
851
|
+ HD
|
|
852
|
+ </P>
|
|
853
|
+ <p :class="data.isSelected ? 'is-selected' : ''" style="text-align: center;">
|
|
854
|
+ {{ data.day.split('-').slice(2).join('-') }} {{ data.isSelected ? '✔️' : ''}}<br/>
|
|
855
|
+ <span v-if="data.day.split('-').slice(1).join('-')=='11-27'">上午 门诊</span>
|
|
856
|
+ </p>
|
|
857
|
+
|
|
858
|
+ </template>
|
|
859
|
+ </el-calendar>
|
|
860
|
+ </div>
|
|
861
|
+ </div>
|
|
862
|
+ </el-dialog>
|
824
|
863
|
</div>
|
825
|
864
|
|
826
|
865
|
<div style="width:75%" v-show="!showView">
|
|
@@ -885,12 +924,10 @@
|
885
|
924
|
:lastOrder="lastOrder"
|
886
|
925
|
:dryWeightList="dryWeightList"
|
887
|
926
|
:docList="docList"
|
888
|
|
-
|
|
927
|
+
|
889
|
928
|
>
|
890
|
929
|
</nav-igation>
|
891
|
930
|
|
892
|
|
-
|
893
|
|
-
|
894
|
931
|
<basic-infor
|
895
|
932
|
:patient="patient"
|
896
|
933
|
:device_number="schedual.id == 0 ? '' : schedual.device_number.number"
|
|
@@ -906,8 +943,6 @@
|
906
|
943
|
title="透析处方"
|
907
|
944
|
></dialysis-prescription>
|
908
|
945
|
|
909
|
|
-
|
910
|
|
-
|
911
|
946
|
<!-- <past-data class="往期数据"></past-data> -->
|
912
|
947
|
<div style="height: 20px;background-color: #f6f8f9"></div>
|
913
|
948
|
<accepts-assessment
|
|
@@ -1207,8 +1242,10 @@ export default {
|
1207
|
1242
|
dialogFormVisible: false,
|
1208
|
1243
|
orders: false,
|
1209
|
1244
|
loading: false,
|
|
1245
|
+ cishu_dialogVisible:false,//
|
1210
|
1246
|
patient_id: 0,
|
1211
|
1247
|
date: 0,
|
|
1248
|
+ dialysis_date:0,
|
1212
|
1249
|
|
1213
|
1250
|
longAdvices: [],
|
1214
|
1251
|
waitUploadAdvices: [],
|
|
@@ -1334,7 +1371,7 @@ export default {
|
1334
|
1371
|
var date = this.$route.query.date
|
1335
|
1372
|
this.patient_id = patient_id
|
1336
|
1373
|
this.date = date
|
1337
|
|
-
|
|
1374
|
+ this.dialysis_date=
|
1338
|
1375
|
this.getScheduleDetail()
|
1339
|
1376
|
this.getLongAdvice()
|
1340
|
1377
|
|
|
@@ -1534,6 +1571,12 @@ export default {
|
1534
|
1571
|
this.websocketSend(unObj)
|
1535
|
1572
|
},
|
1536
|
1573
|
methods: {
|
|
1574
|
+ // 透析次数
|
|
1575
|
+ chishuclick(row){
|
|
1576
|
+ this.cishu_dialogVisible=true
|
|
1577
|
+ console.log('ddddddd',row);
|
|
1578
|
+ this.Dialysis_patient=row
|
|
1579
|
+ },
|
1537
|
1580
|
getNewAge(UUserCard) {
|
1538
|
1581
|
if (UUserCard != null && UUserCard != '') {
|
1539
|
1582
|
// 获取年龄
|
|
@@ -1554,12 +1597,12 @@ export default {
|
1554
|
1597
|
const params = {
|
1555
|
1598
|
patient_id: this.patient_id,
|
1556
|
1599
|
schedule_date:this.$route.query.date,
|
|
1600
|
+
|
1557
|
1601
|
}
|
1558
|
1602
|
getLongAdviceTwo(params).then(rs => {
|
1559
|
1603
|
var resp = rs.data
|
1560
|
1604
|
if (resp.state == 1) {
|
1561
|
1605
|
var status = parseInt(resp.data.status)
|
1562
|
|
-
|
1563
|
1606
|
switch (status) {
|
1564
|
1607
|
case 2:
|
1565
|
1608
|
var totalAdvice = resp.data.advices
|
|
@@ -1626,7 +1669,7 @@ export default {
|
1626
|
1669
|
this.loading = false
|
1627
|
1670
|
return
|
1628
|
1671
|
}
|
1629
|
|
-
|
|
1672
|
+ // console.log('kkkkkkk',dateStr);
|
1630
|
1673
|
this.doctor_advices = []
|
1631
|
1674
|
getDialysisScheduleDetail(this.patient_id, dateStr).then(rs => {
|
1632
|
1675
|
|
|
@@ -1634,7 +1677,7 @@ export default {
|
1634
|
1677
|
if (resp.state == 1) {
|
1635
|
1678
|
var patient = resp.data.patient // 患者信息
|
1636
|
1679
|
var schedual = resp.data.schedual // 患者排班信息
|
1637
|
|
- // console.log("排班22222222222",schedual)
|
|
1680
|
+ console.log("排班22222222222",resp)
|
1638
|
1681
|
var prescription = resp.data.prescription // 透析处方
|
1639
|
1682
|
|
1640
|
1683
|
if (prescription != null) {
|
|
@@ -1708,7 +1751,7 @@ export default {
|
1708
|
1751
|
var system_prescribe = resp.data.system_prescribe
|
1709
|
1752
|
|
1710
|
1753
|
var lastAssessment = resp.data.lastAssessment
|
1711
|
|
-
|
|
1754
|
+
|
1712
|
1755
|
var lastOrder = resp.data.lastOrder
|
1713
|
1756
|
this.lastOrder = lastOrder
|
1714
|
1757
|
this.$refs.nav.setLastRecord(
|
|
@@ -1752,10 +1795,6 @@ export default {
|
1752
|
1795
|
this.safe_package_info = []
|
1753
|
1796
|
this.aliquid_info = []
|
1754
|
1797
|
|
1755
|
|
-
|
1756
|
|
-
|
1757
|
|
-
|
1758
|
|
-
|
1759
|
1798
|
this.niprocart_info = niprocart_info
|
1760
|
1799
|
this.jms_info = jms_info
|
1761
|
1800
|
this.fistula_needle_set_info = fistula_needle_set_info
|
|
@@ -1770,8 +1809,9 @@ export default {
|
1770
|
1809
|
this.safe_package_info = safe_package_info
|
1771
|
1810
|
this.aliquid_info = aliquid_info
|
1772
|
1811
|
this.config = config
|
1773
|
|
-
|
|
1812
|
+ // console.log('sdfdasfda4444444',this.patient);
|
1774
|
1813
|
this.patient = patient
|
|
1814
|
+ console.log('bbbbbbbcccccccccc',this.patient);
|
1775
|
1815
|
this.schedual = schedual == null ? { id: 0 } : schedual
|
1776
|
1816
|
this.prescription = prescription == null ? { id: 0 } : prescription
|
1777
|
1817
|
this.solution = solution == null ? { id: 0 } : solution
|
|
@@ -1808,7 +1848,7 @@ export default {
|
1808
|
1848
|
|
1809
|
1849
|
var stockType = resp.data.stockType
|
1810
|
1850
|
this.stockType = stockType
|
1811
|
|
-
|
|
1851
|
+
|
1812
|
1852
|
this.dryWeightList = resp.data.dryWeightList
|
1813
|
1853
|
this.docList = resp.data.docList
|
1814
|
1854
|
console.log("doclist-----",this.docList)
|
|
@@ -1870,6 +1910,9 @@ export default {
|
1870
|
1910
|
}
|
1871
|
1911
|
if(this.predialysis_evaluation.id > 0){
|
1872
|
1912
|
this.newTime = parseTime(this.predialysis_evaluation.created_time, '{h}:{i}')
|
|
1913
|
+ this.dialysis_date = parseTime(this.predialysis_evaluation.created_time, '{y}-{m}-{d}')
|
|
1914
|
+ console.log('qqqqqqqqq',this.dialysis_date);
|
|
1915
|
+ // this.dialysis_date=this.predialysis_evaluation.created_time
|
1873
|
1916
|
}
|
1874
|
1917
|
|
1875
|
1918
|
this.loading = false
|
|
@@ -2035,8 +2078,8 @@ export default {
|
2035
|
2078
|
patientArr.map(item => {
|
2036
|
2079
|
newArr.push(...item.schedules)
|
2037
|
2080
|
})
|
2038
|
|
-
|
2039
|
|
-
|
|
2081
|
+
|
|
2082
|
+
|
2040
|
2083
|
console.log("newArrwowowowowoowwowo",newArr)
|
2041
|
2084
|
this.tableData = newArr
|
2042
|
2085
|
this.getData()
|
|
@@ -2207,7 +2250,7 @@ export default {
|
2207
|
2250
|
return a.sort - b.sort;
|
2208
|
2251
|
});
|
2209
|
2252
|
}
|
2210
|
|
-
|
|
2253
|
+
|
2211
|
2254
|
|
2212
|
2255
|
// console.log('排序',newArr)
|
2213
|
2256
|
this.tableData = newArr
|
|
@@ -2373,7 +2416,7 @@ export default {
|
2373
|
2416
|
})
|
2374
|
2417
|
newArr.sort(this.compare('created_time'))
|
2375
|
2418
|
}
|
2376
|
|
-
|
|
2419
|
+
|
2377
|
2420
|
if(this.org_id == 0 || this.org_id == 10579){
|
2378
|
2421
|
if(newArr!=null && newArr.length>0){
|
2379
|
2422
|
for(let i=0;i<newArr.length;i++){
|
|
@@ -2386,7 +2429,7 @@ export default {
|
2386
|
2429
|
return a.sort - b.sort;
|
2387
|
2430
|
});
|
2388
|
2431
|
}
|
2389
|
|
-
|
|
2432
|
+
|
2390
|
2433
|
this.tableData1 = newArr
|
2391
|
2434
|
const name = this.$route.query.patient_name
|
2392
|
2435
|
this.tableData1.map((item, index) => {
|
|
@@ -2679,7 +2722,7 @@ export default {
|
2679
|
2722
|
spinner: 'el-icon-loading',
|
2680
|
2723
|
background: 'rgba(0, 0, 0, 0.7)'
|
2681
|
2724
|
})
|
2682
|
|
-
|
|
2725
|
+
|
2683
|
2726
|
var params = {
|
2684
|
2727
|
patient_id:this.$route.query.patient_id,
|
2685
|
2728
|
record_date:this.$route.query.date,
|
|
@@ -2689,10 +2732,10 @@ export default {
|
2689
|
2732
|
var list = response.data.data.list
|
2690
|
2733
|
console.log("listwowoowowowowow",list)
|
2691
|
2734
|
var assessmentAfterDislysis = response.data.data.assessmentAfterDislysis
|
2692
|
|
-
|
|
2735
|
+
|
2693
|
2736
|
this.printList = list
|
2694
|
2737
|
this.assessmentAfterDislysis = assessmentAfterDislysis
|
2695
|
|
-
|
|
2738
|
+
|
2696
|
2739
|
if(this.org_id == 0 || this.org_id ==10469){
|
2697
|
2740
|
this.centerDialogVisible = true
|
2698
|
2741
|
}else{
|
|
@@ -2817,7 +2860,7 @@ export default {
|
2817
|
2860
|
}
|
2818
|
2861
|
return name
|
2819
|
2862
|
}
|
2820
|
|
-
|
|
2863
|
+
|
2821
|
2864
|
}
|
2822
|
2865
|
}
|
2823
|
2866
|
</script>
|
|
@@ -2884,6 +2927,13 @@ export default {
|
2884
|
2927
|
display: flex;
|
2885
|
2928
|
.patientBox{
|
2886
|
2929
|
background: #fff;
|
|
2930
|
+ .touxi_cishu{
|
|
2931
|
+ display: inline-block;
|
|
2932
|
+ border: 1px solid #409eff;
|
|
2933
|
+ width: 30px;
|
|
2934
|
+ text-align: center;
|
|
2935
|
+ border-radius: 10px;
|
|
2936
|
+ }
|
2887
|
2937
|
}
|
2888
|
2938
|
.tip1{
|
2889
|
2939
|
background: #4fc7cb;
|
|
@@ -2895,7 +2945,7 @@ export default {
|
2895
|
2945
|
// height: 23px;
|
2896
|
2946
|
// line-height: 23px;
|
2897
|
2947
|
color: #fff;
|
2898
|
|
-
|
|
2948
|
+
|
2899
|
2949
|
}
|
2900
|
2950
|
.tip2{
|
2901
|
2951
|
background: #ee8556;
|
|
@@ -2953,7 +3003,7 @@ export default {
|
2953
|
3003
|
}
|
2954
|
3004
|
.el-table td, .el-table th{
|
2955
|
3005
|
text-align: center;
|
2956
|
|
-
|
|
3006
|
+
|
2957
|
3007
|
}
|
2958
|
3008
|
.el-table td{
|
2959
|
3009
|
height: 44px !important;
|