|
@@ -1,6 +1,6 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div>
|
3
|
|
- <!-- <template>
|
|
3
|
+ <!-- <template>
|
4
|
4
|
<el-button
|
5
|
5
|
style="float:right;"
|
6
|
6
|
:loading="loading"
|
|
@@ -12,24 +12,78 @@
|
12
|
12
|
>
|
13
|
13
|
</template> -->
|
14
|
14
|
|
15
|
|
- <div class='dialysisPage' style="padding-top:40px;">
|
16
|
|
- <div v-if="org_id != 10138 && org_id != 10278">
|
17
|
|
- <printOne v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
|
18
|
|
- <printFour v-if="org_id == 10088" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printFour>
|
19
|
|
- <printFive v-if="org_id == 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printFive>
|
20
|
|
- <printSix v-if="org_id == 10243 || org_id == 9675" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printSix>
|
|
15
|
+ <div class="dialysisPage" style="padding-top: 40px">
|
|
16
|
+ <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 9675">
|
|
17
|
+ <printOne
|
|
18
|
+ v-if="org_id != 10088 && org_id != 10215"
|
|
19
|
+ v-bind:childResponse="childResponse"
|
|
20
|
+ :advicePrint="advicePrint"
|
|
21
|
+ :ids="ids"
|
|
22
|
+ :patient="patient"
|
|
23
|
+ :hisPatient="hisPatient"
|
|
24
|
+ :doctorPorject="doctorPorject"
|
|
25
|
+ :patient_id="patient_id"
|
|
26
|
+ :record_date="record_date"
|
|
27
|
+ :prescription_id="prescription_id"
|
|
28
|
+ ></printOne>
|
|
29
|
+ <printFour
|
|
30
|
+ v-if="org_id == 10088"
|
|
31
|
+ v-bind:childResponse="childResponse"
|
|
32
|
+ :advicePrint="advicePrint"
|
|
33
|
+ :ids="ids"
|
|
34
|
+ :patient="patient"
|
|
35
|
+ :hisPatient="hisPatient"
|
|
36
|
+ :doctorPorject="doctorPorject"
|
|
37
|
+ :patient_id="patient_id"
|
|
38
|
+ :record_date="record_date"
|
|
39
|
+ :prescription_id="prescription_id"
|
|
40
|
+ ></printFour>
|
|
41
|
+ <printFive
|
|
42
|
+ v-if="org_id == 10215"
|
|
43
|
+ v-bind:childResponse="childResponse"
|
|
44
|
+ :advicePrint="advicePrint"
|
|
45
|
+ :ids="ids"
|
|
46
|
+ :patient="patient"
|
|
47
|
+ :hisPatient="hisPatient"
|
|
48
|
+ :doctorPorject="doctorPorject"
|
|
49
|
+ :patient_id="patient_id"
|
|
50
|
+ :record_date="record_date"
|
|
51
|
+ :prescription_id="prescription_id"
|
|
52
|
+ ></printFive>
|
|
53
|
+
|
21
|
54
|
<!-- <printSix v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printSix> -->
|
22
|
55
|
</div>
|
|
56
|
+ <div v-else-if="org_id == 10243 || org_id == 9675">
|
|
57
|
+ <printSix
|
|
58
|
+ v-bind:childResponse="childResponse"
|
|
59
|
+ :advicePrint="advicePrint"
|
|
60
|
+ :ids="ids"
|
|
61
|
+ :patient="patient"
|
|
62
|
+ :hisPatient="hisPatient"
|
|
63
|
+ :doctorPorject="doctorPorject"
|
|
64
|
+ :patient_id="patient_id"
|
|
65
|
+ :record_date="record_date"
|
|
66
|
+ :prescription_id="prescription_id"
|
|
67
|
+ ></printSix>
|
|
68
|
+ </div>
|
23
|
69
|
<div v-else>
|
24
|
|
- <printThree v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printThree>
|
|
70
|
+ <printThree
|
|
71
|
+ v-bind:childResponse="childResponse"
|
|
72
|
+ :advicePrint="advicePrint"
|
|
73
|
+ :ids="ids"
|
|
74
|
+ :patient="patient"
|
|
75
|
+ :hisPatient="hisPatient"
|
|
76
|
+ :doctorPorject="doctorPorject"
|
|
77
|
+ :patient_id="patient_id"
|
|
78
|
+ :record_date="record_date"
|
|
79
|
+ :prescription_id="prescription_id"
|
|
80
|
+ ></printThree>
|
25
|
81
|
</div>
|
26
|
82
|
</div>
|
27
|
83
|
</div>
|
28
|
84
|
</template>
|
29
|
85
|
|
30
|
86
|
<script>
|
31
|
|
-
|
32
|
|
-
|
33
|
87
|
import { parseTime } from "@/utils";
|
34
|
88
|
import { getDialysisRecord } from "@/api/dialysis";
|
35
|
89
|
import { getDataConfig } from "@/utils/data";
|
|
@@ -37,12 +91,16 @@ import { jsGetAge, uParseTime } from "@/utils/tools";
|
37
|
91
|
|
38
|
92
|
import BreadCrumb from "@/xt_pages/components/bread-crumb";
|
39
|
93
|
import print from "print-js";
|
40
|
|
-import printOne from "./template/printOne"
|
41
|
|
-import printThree from "./template/printThree"
|
42
|
|
-import printFour from "./template/printFour"
|
43
|
|
-import printFive from "./template/printFive"
|
44
|
|
-import printSix from "./template/printSix"
|
45
|
|
-import { getAllDoctorList,getAllHisPatientList,getPrescriptionPrint } from "@/api/project/project"
|
|
94
|
+import printOne from "./template/printOne";
|
|
95
|
+import printThree from "./template/printThree";
|
|
96
|
+import printFour from "./template/printFour";
|
|
97
|
+import printFive from "./template/printFive";
|
|
98
|
+import printSix from "./template/printSix";
|
|
99
|
+import {
|
|
100
|
+ getAllDoctorList,
|
|
101
|
+ getAllHisPatientList,
|
|
102
|
+ getPrescriptionPrint,
|
|
103
|
+} from "@/api/project/project";
|
46
|
104
|
export default {
|
47
|
105
|
name: "dialysisPrintOrder",
|
48
|
106
|
components: {
|
|
@@ -51,56 +109,56 @@ export default {
|
51
|
109
|
printThree,
|
52
|
110
|
printFour,
|
53
|
111
|
printFive,
|
54
|
|
- printSix
|
|
112
|
+ printSix,
|
55
|
113
|
},
|
56
|
|
- props:{
|
57
|
|
- paramsObj:Object
|
|
114
|
+ props: {
|
|
115
|
+ paramsObj: Object,
|
58
|
116
|
},
|
59
|
117
|
data() {
|
60
|
118
|
return {
|
61
|
119
|
crumbs: [
|
62
|
|
- { path: false, name: '门诊医生站' },
|
63
|
|
- { path: false, name: '打印' }
|
|
120
|
+ { path: false, name: "门诊医生站" },
|
|
121
|
+ { path: false, name: "打印" },
|
64
|
122
|
],
|
65
|
|
- record_date:"",
|
66
|
|
- patientTableData:[],
|
67
|
|
- advicePrint:[],
|
68
|
|
- hisPatient:{},
|
69
|
|
- patient:{},
|
70
|
|
- doctorPorject:{},
|
71
|
|
- search_input:"",
|
72
|
|
- loading:false,
|
73
|
|
- patient_id:"",
|
74
|
|
- prescription_id:"",
|
75
|
|
- ids:'',
|
76
|
|
- paramsObj:{},
|
77
|
|
- org_id:''
|
|
123
|
+ record_date: "",
|
|
124
|
+ patientTableData: [],
|
|
125
|
+ advicePrint: [],
|
|
126
|
+ hisPatient: {},
|
|
127
|
+ patient: {},
|
|
128
|
+ doctorPorject: {},
|
|
129
|
+ search_input: "",
|
|
130
|
+ loading: false,
|
|
131
|
+ patient_id: "",
|
|
132
|
+ prescription_id: "",
|
|
133
|
+ ids: "",
|
|
134
|
+ paramsObj: {},
|
|
135
|
+ org_id: "",
|
78
|
136
|
};
|
79
|
137
|
},
|
80
|
|
- methods:{
|
|
138
|
+ methods: {
|
81
|
139
|
printThisPage() {
|
82
|
140
|
var ptime = Math.round(new Date().getTime() / 1000);
|
83
|
141
|
this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
|
84
|
142
|
|
85
|
|
- if(this.org_id == 10138 || this.org_id == 10278){
|
|
143
|
+ if (this.org_id == 10138 || this.org_id == 10278) {
|
86
|
144
|
setTimeout(() => {
|
87
|
145
|
const style =
|
88
|
|
- '@media print {#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:350px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 90%;}}}';
|
|
146
|
+ "@media print {#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:350px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 90%;}}}";
|
89
|
147
|
printJS({
|
90
|
148
|
printable: "prescriptionPrint1",
|
91
|
149
|
type: "html",
|
92
|
150
|
style: style,
|
93
|
|
- scanStyles: false
|
|
151
|
+ scanStyles: false,
|
94
|
152
|
});
|
95
|
|
- },500)
|
96
|
|
- }else{
|
|
153
|
+ }, 500);
|
|
154
|
+ } else {
|
97
|
155
|
const style =
|
98
|
|
- '@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:10px;line-height: 1px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{padding:0 10px;min-height:450px;}.Rp{font-size: 22px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;} .drugsOne{line-height: 1px;} .drugsOne span{margin-right: 20px;} .doctorBox{display: flex; justify-content: space-between; padding:0 10px; line-height: 1px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; line-height: 1px; padding:0 10px;} .actionBar p{width:150px;}}';
|
|
156
|
+ "@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:10px;line-height: 1px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{padding:0 10px;min-height:450px;}.Rp{font-size: 22px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;} .drugsOne{line-height: 1px;} .drugsOne span{margin-right: 20px;} .doctorBox{display: flex; justify-content: space-between; padding:0 10px; line-height: 1px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; line-height: 1px; padding:0 10px;} .actionBar p{width:150px;}}";
|
99
|
157
|
printJS({
|
100
|
158
|
printable: "prescriptionPrint",
|
101
|
159
|
type: "html",
|
102
|
160
|
style: style,
|
103
|
|
- scanStyles: false
|
|
161
|
+ scanStyles: false,
|
104
|
162
|
});
|
105
|
163
|
}
|
106
|
164
|
|
|
@@ -113,53 +171,59 @@ export default {
|
113
|
171
|
// });
|
114
|
172
|
// }
|
115
|
173
|
},
|
116
|
|
- getAllDoctorList(){
|
117
|
|
- getAllDoctorList().then(response=>{
|
118
|
|
- if(response.data.state == 1){
|
119
|
|
- var doctor = response.data.data.doctor
|
120
|
|
-
|
121
|
|
- this.doctorList = doctor
|
122
|
|
- }
|
123
|
|
- })
|
124
|
|
- },
|
125
|
|
- getAllHisPatientList(){
|
126
|
|
- const params = {
|
127
|
|
- record_date:this.record_date
|
128
|
|
- }
|
129
|
|
- getAllHisPatientList(params).then(response=>{
|
130
|
|
- if(response.data.state == 1){
|
131
|
|
- this.patientTableData = response.data.data.list
|
132
|
|
- this.patientTableDataTwo = response.data.data.list
|
133
|
|
-
|
134
|
|
- let cal_one = 0
|
135
|
|
- let cal_two = 0
|
136
|
|
- for (let i = 0; i < response.data.data.list.length; i++) {
|
137
|
|
- if (response.data.data.list[i].prescription == null || response.data.data.list[i].prescription.length == 0) {
|
138
|
|
- cal_one = cal_one + 1
|
139
|
|
- }
|
140
|
|
- if (response.data.data.list[i].prescription != null && response.data.data.list[i].prescription.length > 0) {
|
141
|
|
- cal_two = cal_two + 1
|
142
|
|
- }
|
|
174
|
+ getAllDoctorList() {
|
|
175
|
+ getAllDoctorList().then((response) => {
|
|
176
|
+ if (response.data.state == 1) {
|
|
177
|
+ var doctor = response.data.data.doctor;
|
|
178
|
+
|
|
179
|
+ this.doctorList = doctor;
|
|
180
|
+ }
|
|
181
|
+ });
|
|
182
|
+ },
|
|
183
|
+ getAllHisPatientList() {
|
|
184
|
+ const params = {
|
|
185
|
+ record_date: this.record_date,
|
|
186
|
+ };
|
|
187
|
+ getAllHisPatientList(params).then((response) => {
|
|
188
|
+ if (response.data.state == 1) {
|
|
189
|
+ this.patientTableData = response.data.data.list;
|
|
190
|
+ this.patientTableDataTwo = response.data.data.list;
|
|
191
|
+
|
|
192
|
+ let cal_one = 0;
|
|
193
|
+ let cal_two = 0;
|
|
194
|
+ for (let i = 0; i < response.data.data.list.length; i++) {
|
|
195
|
+ if (
|
|
196
|
+ response.data.data.list[i].prescription == null ||
|
|
197
|
+ response.data.data.list[i].prescription.length == 0
|
|
198
|
+ ) {
|
|
199
|
+ cal_one = cal_one + 1;
|
|
200
|
+ }
|
|
201
|
+ if (
|
|
202
|
+ response.data.data.list[i].prescription != null &&
|
|
203
|
+ response.data.data.list[i].prescription.length > 0
|
|
204
|
+ ) {
|
|
205
|
+ cal_two = cal_two + 1;
|
143
|
206
|
}
|
144
|
|
- // this.$refs.tab.setCurrentRow(this.patientTableData[0])
|
145
|
|
- // console.log(this.patientTableData[0])
|
146
|
|
- // this.choosePatient(this.patientTableData[0])
|
147
|
|
- this.cal_one = cal_one
|
148
|
|
- this.cal_two = cal_two
|
149
|
|
- }
|
150
|
|
- })
|
|
207
|
+ }
|
|
208
|
+ // this.$refs.tab.setCurrentRow(this.patientTableData[0])
|
|
209
|
+ // console.log(this.patientTableData[0])
|
|
210
|
+ // this.choosePatient(this.patientTableData[0])
|
|
211
|
+ this.cal_one = cal_one;
|
|
212
|
+ this.cal_two = cal_two;
|
|
213
|
+ }
|
|
214
|
+ });
|
151
|
215
|
},
|
152
|
216
|
|
153
|
|
- changePatient(row){
|
154
|
|
- this.patient_id = row.patient_id
|
155
|
|
- this.record_date = this.record_date
|
156
|
|
- this.prescription_id = this.prescription_id
|
157
|
|
- console.log("row",row)
|
158
|
|
- // var params = {
|
159
|
|
- // patient_id:row.patient_id,
|
160
|
|
- // record_date:this.record_date,
|
161
|
|
- // prescription_id:this.prescription_id,
|
162
|
|
- // }
|
|
217
|
+ changePatient(row) {
|
|
218
|
+ this.patient_id = row.patient_id;
|
|
219
|
+ this.record_date = this.record_date;
|
|
220
|
+ this.prescription_id = this.prescription_id;
|
|
221
|
+ console.log("row", row);
|
|
222
|
+ // var params = {
|
|
223
|
+ // patient_id:row.patient_id,
|
|
224
|
+ // record_date:this.record_date,
|
|
225
|
+ // prescription_id:this.prescription_id,
|
|
226
|
+ // }
|
163
|
227
|
// getPrescriptionPrint(params).then(response=>{
|
164
|
228
|
// if(response.data.state == 1){
|
165
|
229
|
// var advicePrint = response.data.data.advicePrint
|
|
@@ -177,45 +241,42 @@ export default {
|
177
|
241
|
// }
|
178
|
242
|
// })
|
179
|
243
|
},
|
180
|
|
- searchAction(){
|
181
|
|
-
|
182
|
|
- }
|
183
|
|
-
|
|
244
|
+ searchAction() {},
|
184
|
245
|
},
|
185
|
246
|
|
186
|
247
|
created() {
|
187
|
|
- this.org_id = this.$store.getters.xt_user.org_id
|
188
|
|
- this.getAllDoctorList()
|
189
|
|
- var record_date = this.paramsObj.record
|
190
|
|
- this.record_date = record_date
|
191
|
|
- console.log("record_date",record_date)
|
192
|
|
- var prescription_id = this.paramsObj.prescription_id
|
193
|
|
- this.prescription_id = prescription_id
|
194
|
|
- this.patient_id = this.paramsObj.patient_id
|
195
|
|
- this.ids = this.paramsObj.ids
|
|
248
|
+ this.org_id = this.$store.getters.xt_user.org_id;
|
|
249
|
+ this.getAllDoctorList();
|
|
250
|
+ var record_date = this.paramsObj.record;
|
|
251
|
+ this.record_date = record_date;
|
|
252
|
+ console.log("record_date", record_date);
|
|
253
|
+ var prescription_id = this.paramsObj.prescription_id;
|
|
254
|
+ this.prescription_id = prescription_id;
|
|
255
|
+ this.patient_id = this.paramsObj.patient_id;
|
|
256
|
+ this.ids = this.paramsObj.ids;
|
196
|
257
|
// var record_date = this.$route.query.record
|
197
|
258
|
// this.record_date = record_date
|
198
|
259
|
// console.log("record_date",record_date)
|
199
|
260
|
// var prescription_id = this.$route.query.prescription_id
|
200
|
261
|
// this.prescription_id = prescription_id
|
201
|
|
- this.getAllHisPatientList(record_date)
|
|
262
|
+ this.getAllHisPatientList(record_date);
|
202
|
263
|
},
|
203
|
|
- watch:{
|
204
|
|
- paramsObj:{//深度监听,可监听到对象、数组的变化
|
205
|
|
- handler(val, oldVal){
|
206
|
|
- this.paramsObj = val
|
207
|
|
- this.patient_id = this.paramsObj.patient_id
|
208
|
|
- var record_date = this.paramsObj.record
|
209
|
|
- this.record_date = record_date
|
210
|
|
- console.log("record_date",record_date)
|
211
|
|
- var prescription_id = this.paramsObj.prescription_id
|
212
|
|
- this.prescription_id = prescription_id
|
213
|
|
- this.ids = this.paramsObj.ids
|
|
264
|
+ watch: {
|
|
265
|
+ paramsObj: {
|
|
266
|
+ //深度监听,可监听到对象、数组的变化
|
|
267
|
+ handler(val, oldVal) {
|
|
268
|
+ this.paramsObj = val;
|
|
269
|
+ this.patient_id = this.paramsObj.patient_id;
|
|
270
|
+ var record_date = this.paramsObj.record;
|
|
271
|
+ this.record_date = record_date;
|
|
272
|
+ console.log("record_date", record_date);
|
|
273
|
+ var prescription_id = this.paramsObj.prescription_id;
|
|
274
|
+ this.prescription_id = prescription_id;
|
|
275
|
+ this.ids = this.paramsObj.ids;
|
214
|
276
|
},
|
215
|
|
- deep:true
|
216
|
|
- }
|
217
|
|
- }
|
218
|
|
-
|
|
277
|
+ deep: true,
|
|
278
|
+ },
|
|
279
|
+ },
|
219
|
280
|
};
|
220
|
281
|
</script>
|
221
|
282
|
|
|
@@ -378,22 +439,22 @@ export default {
|
378
|
439
|
</style>
|
379
|
440
|
|
380
|
441
|
<style lang="scss">
|
381
|
|
-
|
382
|
|
-.newContainer{
|
|
442
|
+.newContainer {
|
383
|
443
|
.dialysisPage::-webkit-scrollbar {
|
384
|
444
|
height: 15px;
|
385
|
445
|
}
|
386
|
446
|
|
387
|
|
- .el-date-editor{
|
388
|
|
- .el-input__inner{
|
389
|
|
- padding-right:0px;
|
|
447
|
+ .el-date-editor {
|
|
448
|
+ .el-input__inner {
|
|
449
|
+ padding-right: 0px;
|
390
|
450
|
}
|
391
|
451
|
}
|
392
|
|
- .el-table td, .el-table th{
|
|
452
|
+ .el-table td,
|
|
453
|
+ .el-table th {
|
393
|
454
|
text-align: center;
|
394
|
455
|
}
|
395
|
456
|
}
|
396
|
|
-.newContainer::-webkit-scrollbar{
|
|
457
|
+.newContainer::-webkit-scrollbar {
|
397
|
458
|
height: 15px !important;
|
398
|
459
|
}
|
399
|
460
|
</style>
|