See999 4 年之前
父節點
當前提交
eeeed86b43

+ 3 - 3
src/xt_pages/qcd/basicInformationAnalysis.vue 查看文件

6
     <div class="app-container">
6
     <div class="app-container">
7
       <div class="cell clearfix">
7
       <div class="cell clearfix">
8
         <label class="title">
8
         <label class="title">
9
-          <span class="name">转归状态</span> :
9
+          <span class="name">日期查询</span> :
10
         </label>
10
         </label>
11
         <div class="time">
11
         <div class="time">
12
           <ul class>
12
           <ul class>
297
       stateType: 0,
297
       stateType: 0,
298
       month: [
298
       month: [
299
         { value: 0, label: "本月", state: 0 },
299
         { value: 0, label: "本月", state: 0 },
300
-        { value: 1, label: "近三月", state: 1 },
300
+        { value: 1, label: "近三月", state: 1 },
301
         { value: 2, label: "近半年", state: 2 },
301
         { value: 2, label: "近半年", state: 2 },
302
         { value: 3, label: "近一年", state: 3 },
302
         { value: 3, label: "近一年", state: 3 },
303
         { value:4,label:"自定义",state:4}
303
         { value:4,label:"自定义",state:4}
641
   flex-wrap: wrap;
641
   flex-wrap: wrap;
642
   .infoOne {
642
   .infoOne {
643
     margin-right: 30px;
643
     margin-right: 30px;
644
-    margin-top: 30px;
644
+    margin-top: 20px;
645
     .titleBox {
645
     .titleBox {
646
       display: flex;
646
       display: flex;
647
       align-items: center;
647
       align-items: center;

+ 7 - 2
src/xt_pages/qcd/checkStatistical.vue 查看文件

3
     <div class="position">
3
     <div class="position">
4
       <bread-crumb :crumbs="crumbs"></bread-crumb>
4
       <bread-crumb :crumbs="crumbs"></bread-crumb>
5
     </div>
5
     </div>
6
-    <div class="app-container">
6
+    <div class="app-container checkStatistical">
7
       <el-tabs v-model="tabActiveName" @tab-click="handleTabClick" style="margin-bottom:10px">
7
       <el-tabs v-model="tabActiveName" @tab-click="handleTabClick" style="margin-bottom:10px">
8
         <el-tab-pane label="质控达标统计配置" name="control"></el-tab-pane>
8
         <el-tab-pane label="质控达标统计配置" name="control"></el-tab-pane>
9
         <el-tab-pane label="检验检查统计配置" name="query"></el-tab-pane>
9
         <el-tab-pane label="检验检查统计配置" name="query"></el-tab-pane>
14
         </el-col>
14
         </el-col>
15
       </el-row>
15
       </el-row>
16
       <div class="configTable">
16
       <div class="configTable">
17
-        <el-table :data="checkList" border style="width: 100%">
17
+        <el-table :data="checkList" border style="width: 100%" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}">
18
           <el-table-column prop="date" label="检验检查项">
18
           <el-table-column prop="date" label="检验检查项">
19
               <template slot-scope="scope">{{ scope.row.project_name }}</template>
19
               <template slot-scope="scope">{{ scope.row.project_name }}</template>
20
           </el-table-column>
20
           </el-table-column>
300
     text-align: center;
300
     text-align: center;
301
   }
301
   }
302
 }
302
 }
303
+.checkStatistical{
304
+  .el-tabs{
305
+    margin-bottom: 0 !important;
306
+  }
307
+}
303
 </style>
308
 </style>
304
 
309
 
305
  <style rel="stylesheet/scss" lang="scss" scoped>
310
  <style rel="stylesheet/scss" lang="scss" scoped>

+ 10 - 1
src/xt_pages/qcd/indicatorControlAnalysis/analysis.vue 查看文件

55
       ],
55
       ],
56
       way: [
56
       way: [
57
         { value: 0, label: "科室", state: 0 },
57
         { value: 0, label: "科室", state: 0 },
58
-        { value: 1, label: "个人", state: 1 }
58
+        { value: 1, label: "患者", state: 1 }
59
       ],
59
       ],
60
       wayType: 0
60
       wayType: 0
61
     };
61
     };
67
   }
67
   }
68
 };
68
 };
69
 </script>
69
 </script>
70
+
71
+<style lang="scss">
72
+.page_analysis{
73
+  .el-tabs{
74
+    margin-bottom:0 !important;
75
+  }
76
+}
77
+
78
+</style>

+ 3 - 3
src/xt_pages/qcd/indicatorControlAnalysis/components/office.vue 查看文件

1
 <template>
1
 <template>
2
   <div class="page_office">
2
   <div class="page_office">
3
     <div class="cell clearfix">
3
     <div class="cell clearfix">
4
-      <el-select v-model="query.project_id" placeholder="请选择" style="width:120px;margin-right:20px"
4
+      <el-select v-model="query.project_id" placeholder="请选择" style="width:120px;margin-right:10px"
5
                  @change="changeProject">
5
                  @change="changeProject">
6
         <el-option
6
         <el-option
7
           v-for="item in project_columns"
7
           v-for="item in project_columns"
14
       <el-select
14
       <el-select
15
         v-model="query.item_id"
15
         v-model="query.item_id"
16
         placeholder="请选择"
16
         placeholder="请选择"
17
-        style="width:120px;margin-right:20px"
17
+        style="width:120px;margin-right:10px"
18
         @change="changeItem"
18
         @change="changeItem"
19
       >
19
       >
20
         <el-option
20
         <el-option
25
         ></el-option>
25
         ></el-option>
26
       </el-select>
26
       </el-select>
27
 
27
 
28
-      <el-select v-model="query.range_value" placeholder="请选择" style="width:120px;margin-right:20px"
28
+      <el-select v-model="query.range_value" placeholder="请选择" style="width:120px;margin-right:10px"
29
                  @change="changeRangeValue">
29
                  @change="changeRangeValue">
30
         <el-option
30
         <el-option
31
           v-for="item in range_value_columns"
31
           v-for="item in range_value_columns"

+ 16 - 11
src/xt_pages/qcd/officesControlAnalysis/project.vue 查看文件

9
         <el-tab-pane label="按项目分组" name="second"></el-tab-pane>
9
         <el-tab-pane label="按项目分组" name="second"></el-tab-pane>
10
       </el-tabs>
10
       </el-tabs>
11
       <div class="cell clearfix">
11
       <div class="cell clearfix">
12
-        <el-select v-model="lapseto" placeholder="请选择" style="width:120px;margin-right:20px" @change="changeOptions">
12
+        <el-select v-model="lapseto" placeholder="请选择" style="width:120px;margin-right:10px" @change="changeOptions">
13
           <el-option
13
           <el-option
14
             v-for="item in options"
14
             v-for="item in options"
15
             :key="item.value"
15
             :key="item.value"
17
             :value="item.value"
17
             :value="item.value"
18
           ></el-option>
18
           ></el-option>
19
         </el-select>
19
         </el-select>
20
-        <el-select v-model="type" placeholder="请选择" @change="chooseType" style="margin-right:20px">
20
+        <el-select v-model="type" placeholder="请选择" @change="chooseType" style="margin-right:10px">
21
           <el-option
21
           <el-option
22
             v-for="item in options1"
22
             v-for="item in options1"
23
             :key="item.value"
23
             :key="item.value"
25
             :value="item.value"
25
             :value="item.value"
26
           ></el-option>
26
           ></el-option>
27
         </el-select>
27
         </el-select>
28
-        <el-select v-model="mode_type" placeholder="请选择" style="width:120px;margin-right:20px" @change="handleModeType">
28
+        <el-select v-model="mode_type" placeholder="请选择" style="width:120px;margin-right:0px" @change="handleModeType">
29
           <el-option
29
           <el-option
30
             v-for="item in normdata"
30
             v-for="item in normdata"
31
             :key="item.inspection_minor"
31
             :key="item.inspection_minor"
38
       <div class="cell clearfix">
38
       <div class="cell clearfix">
39
         <p class="chartTitle">统计图</p>
39
         <p class="chartTitle">统计图</p>
40
       </div>
40
       </div>
41
+      <div class="cell clearfix">
42
+        <p class="point"></p>
43
+        <p class="pointTitle">达标率</p>
44
+      </div>
41
       <div>
45
       <div>
42
         <line-chart :options="chart"></line-chart>
46
         <line-chart :options="chart"></line-chart>
43
       </div>
47
       </div>
111
       mode_type:"",
115
       mode_type:"",
112
       range_type:"",
116
       range_type:"",
113
       chart: {
117
       chart: {
114
-        title: {
115
-          text: "ECharts 入门示例"
116
-        },
118
+        // title: {
119
+        //   text: "ECharts 入门示例"
120
+        // },
117
         tooltip: {},
121
         tooltip: {},
118
-        legend: {
119
-          data: ["次数"],
120
-          left: 0
121
-        },
122
+        // legend: {
123
+        //   data: ["次数"],
124
+        //   left: 0
125
+        // },
122
         xAxis: {
126
         xAxis: {
123
           data: ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
127
           data: ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
124
         },
128
         },
190
               emphasis: {
194
               emphasis: {
191
                 shadowBlur: 10,
195
                 shadowBlur: 10,
192
                 shadowOffsetX: 0,
196
                 shadowOffsetX: 0,
193
-                shadowColor: "rgba(0, 0, 0, 0.5)"
197
+                shadowColor: "rgba(0, 0, 0, 0.2)"
194
               }
198
               }
195
             }
199
             }
196
           }
200
           }
763
 }
767
 }
764
 .newDisplay {
768
 .newDisplay {
765
   flex-wrap: wrap;
769
   flex-wrap: wrap;
770
+  padding-left: 20px;
766
 }
771
 }
767
 </style>
772
 </style>

+ 16 - 11
src/xt_pages/qcd/officesControlAnalysis/time.vue 查看文件

9
         <el-tab-pane label="按项目分组" name="second"></el-tab-pane>
9
         <el-tab-pane label="按项目分组" name="second"></el-tab-pane>
10
       </el-tabs>
10
       </el-tabs>
11
       <div class="cell clearfix">
11
       <div class="cell clearfix">
12
-        <el-select v-model="lapseto" placeholder="请选择" style="width:120px;margin-right:20px" @change="changeLapseto">
12
+        <el-select v-model="lapseto" placeholder="请选择" style="width:120px;margin-right:10px" @change="changeLapseto">
13
           <el-option
13
           <el-option
14
             v-for="item in options"
14
             v-for="item in options"
15
             :key="item.value"
15
             :key="item.value"
17
             :value="item.value"
17
             :value="item.value"
18
           ></el-option>
18
           ></el-option>
19
         </el-select>
19
         </el-select>
20
-        <el-select v-model="type" placeholder="请选择" @change="chooseType" style="margin-right:20px">
20
+        <el-select v-model="type" placeholder="请选择" @change="chooseType" style="margin-right:10px">
21
           <el-option
21
           <el-option
22
             v-for="item in options1"
22
             v-for="item in options1"
23
             :key="item.value"
23
             :key="item.value"
83
       <div class="cell clearfix">
83
       <div class="cell clearfix">
84
         <p class="chartTitle">统计图</p>
84
         <p class="chartTitle">统计图</p>
85
       </div>
85
       </div>
86
+      <div class="cell clearfix">
87
+        <p class="point"></p>
88
+        <p class="pointTitle">达标率</p>
89
+      </div>
86
       <div>
90
       <div>
87
         <line-chart :options="chart"></line-chart>
91
         <line-chart :options="chart"></line-chart>
88
       </div>
92
       </div>
196
       ],
200
       ],
197
       monthType: 0,
201
       monthType: 0,
198
       chart: {
202
       chart: {
199
-        title: {
200
-          text: "ECharts 入门示例"
201
-        },
203
+        // title: {
204
+        //   text: "ECharts 入门示例"
205
+        // },
202
         tooltip: {},
206
         tooltip: {},
203
-        legend: {
204
-          data: ["次数"],
205
-          left: 0
206
-        },
207
+        // legend: {
208
+        //   data: ["达标率"],
209
+        //   left: 0
210
+        // },
207
         xAxis: {
211
         xAxis: {
208
           data: []
212
           data: []
209
         },
213
         },
215
         },
219
         },
216
         series: [
220
         series: [
217
           {
221
           {
218
-            name: "次数",
222
+            name: "达标率",
219
             type: "bar",
223
             type: "bar",
220
             data: [],
224
             data: [],
221
             barWidth: 30,
225
             barWidth: 30,
265
               emphasis: {
269
               emphasis: {
266
                 shadowBlur: 10,
270
                 shadowBlur: 10,
267
                 shadowOffsetX: 0,
271
                 shadowOffsetX: 0,
268
-                shadowColor: "rgba(0, 0, 0, 0.5)"
272
+                shadowColor: "rgba(0, 0, 0, 0.2)"
269
               }
273
               }
270
             }
274
             }
271
           }
275
           }
721
 }
725
 }
722
 .newDisplay {
726
 .newDisplay {
723
   flex-wrap: wrap;
727
   flex-wrap: wrap;
728
+  padding-left: 20px;
724
 }
729
 }
725
 </style>
730
 </style>

+ 54 - 10
src/xt_pages/qcd/patientComplianceDetails.vue 查看文件

11
           </el-form>
11
           </el-form>
12
         </div>
12
         </div>
13
         <el-container>
13
         <el-container>
14
-          <div style="width:150px">
14
+          <div style="width:160px">
15
+            <el-form :inline="true" :model="listQuery">
16
+              <el-form-item label>
17
+                <el-autocomplete
18
+                  class="checkSearch"
19
+                  popper-class="my-autocomplete"
20
+                  v-model.trim="listQuery.search"
21
+                  :fetch-suggestions="querySearchAsync"
22
+                  :trigger-on-focus="false"
23
+                  placeholder="病人透析号/姓名"
24
+                  @select="handleSelect"
25
+                >
26
+                  <i class="el-icon-search el-input__icon" slot="suffix"></i>
27
+                  <template slot-scope="{ item }">
28
+                    <div class="name">{{ item.name }}</div>
29
+                  </template>
30
+                </el-autocomplete>
31
+
32
+              </el-form-item>
33
+            </el-form>
15
             <div class="tableTitle">患者列表</div>
34
             <div class="tableTitle">患者列表</div>
16
-            <el-table :data="patientsData" border style="width: 100%;" height="500"  highlight-current-row @current-change="handleChange">
17
-              <el-table-column prop="name" label="透析号" width="80">
35
+            <el-table :data="patientsData" border style="width: 100%;" height="500"  highlight-current-row @current-change="handleChange" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}">
36
+              <el-table-column prop="name" label="透析号" width="70">
18
                  <template slot-scope="scope">
37
                  <template slot-scope="scope">
19
                     {{scope.row.dialysis_no}}
38
                     {{scope.row.dialysis_no}}
20
                  </template>
39
                  </template>
21
               </el-table-column>
40
               </el-table-column>
22
-              <el-table-column prop="date" label="透析号" width="70">
41
+              <el-table-column prop="date" label="姓名" width="90">
23
                  <template slot-scope="scope">
42
                  <template slot-scope="scope">
24
                     {{scope.row.name }}
43
                     {{scope.row.name }}
25
                  </template>
44
                  </template>
89
               </div>
108
               </div>
90
             </div>
109
             </div>
91
             <div class="tableTitle">指标趋势</div>
110
             <div class="tableTitle">指标趋势</div>
111
+            <div class="cell clearfix">
112
+              <p class="point"></p>
113
+              <p class="pointTitle">达标率</p>
114
+            </div>
92
             <div>
115
             <div>
93
               <line-chart :options="chart"></line-chart>
116
               <line-chart :options="chart"></line-chart>
94
             </div>
117
             </div>
131
       item_id:0,
154
       item_id:0,
132
       month: [
155
       month: [
133
         { value: 0, label: "本月", state: 0 },
156
         { value: 0, label: "本月", state: 0 },
134
-        { value: 1, label: "近三月", state: 1 },
157
+        { value: 1, label: "近三月", state: 1 },
135
         { value: 2, label: "近半年", state: 2 },
158
         { value: 2, label: "近半年", state: 2 },
136
         { value: 3, label: "近一年", state: 3 }
159
         { value: 3, label: "近一年", state: 3 }
137
       ],
160
       ],
147
       },
170
       },
148
       patientid:0,
171
       patientid:0,
149
       monthType: 0,
172
       monthType: 0,
150
-      arr: ["钙", "磷", "钙萨达撒所多", "磷", "钙", "磷", "钙", "磷"],
173
+      arr: [],
151
       quality: 0,
174
       quality: 0,
152
       chart: {
175
       chart: {
153
         title: {
176
         title: {
154
           text: "ECharts 入门示例"
177
           text: "ECharts 入门示例"
155
         },
178
         },
156
         tooltip: {},
179
         tooltip: {},
157
-        legend: {
158
-          data: ["次数"],
159
-          left: 0
160
-        },
180
+        // legend: {
181
+        //   data: ["次数"],
182
+        //   left: 0
183
+        // },
161
         xAxis: {
184
         xAxis: {
162
           data: []
185
           data: []
163
         },
186
         },
212
                     { offset: 1, color: colorList[index][1] }
235
                     { offset: 1, color: colorList[index][1] }
213
                   ]);
236
                   ]);
214
                 },
237
                 },
238
+                lineStyle:{ 
239
+                  color:'#409eff' //改变折线颜色
240
+                }, 
215
                 barBorderRadius: [5, 5, 0, 0] //柱状角成椭圆形
241
                 barBorderRadius: [5, 5, 0, 0] //柱状角成椭圆形
216
               },
242
               },
217
 
243
 
461
 </script>
487
 </script>
462
 
488
 
463
 <style lang="scss" scoped>
489
 <style lang="scss" scoped>
490
+.point {
491
+  width: 13px;
492
+  height: 13px;
493
+  background: linear-gradient(
494
+    0deg,
495
+    rgba(169, 224, 243, 1),
496
+    rgba(159, 189, 252, 1)
497
+  );
498
+  border-radius: 7px;
499
+  margin-right: 8px;
500
+}
501
+.pointTitle {
502
+  font-size: 13px;
503
+}
464
 .containerRight {
504
 .containerRight {
465
   padding-left: 10px;
505
   padding-left: 10px;
466
 }
506
 }
475
   display: flex;
515
   display: flex;
476
   flex-wrap: nowrap;
516
   flex-wrap: nowrap;
477
   min-width: 1800px;
517
   min-width: 1800px;
518
+  padding-bottom: 10px;
478
   .qualityOne {
519
   .qualityOne {
479
     width: 4.5rem;
520
     width: 4.5rem;
480
     height: 4.5rem;
521
     height: 4.5rem;
536
   ::-webkit-scrollbar{
577
   ::-webkit-scrollbar{
537
     height: 15px !important;
578
     height: 15px !important;
538
   }
579
   }
580
+  .el-form--inline .el-form-item{
581
+    margin-right:0;
582
+  }
539
 }
583
 }
540
 </style>
584
 </style>

+ 35 - 12
src/xt_pages/qcd/patientControlAnalysis.vue 查看文件

14
                 v-model.trim="listQuery.search"
14
                 v-model.trim="listQuery.search"
15
                 :fetch-suggestions="querySearchAsync"
15
                 :fetch-suggestions="querySearchAsync"
16
                 :trigger-on-focus="false"
16
                 :trigger-on-focus="false"
17
-                placeholder="输入病人透析号/姓名"
17
+                placeholder="病人透析号/姓名"
18
                 @select="handleSelect"
18
                 @select="handleSelect"
19
               >
19
               >
20
                 <i class="el-icon-search el-input__icon" slot="suffix"></i>
20
                 <i class="el-icon-search el-input__icon" slot="suffix"></i>
67
         <div class="cell clearfix">
67
         <div class="cell clearfix">
68
           <p class="chartTitle">统计图</p>
68
           <p class="chartTitle">统计图</p>
69
         </div>
69
         </div>
70
+        <div class="cell clearfix">
71
+          <p class="point"></p>
72
+          <p class="pointTitle">指标正常范围值</p>
73
+        </div>
70
         <div>
74
         <div>
71
           <line-chart :options="chart"></line-chart>
75
           <line-chart :options="chart"></line-chart>
72
         </div>
76
         </div>
110
         </el-table-column>
114
         </el-table-column>
111
             <el-table-column fixed="right" label="操作" width="100">
115
             <el-table-column fixed="right" label="操作" width="100">
112
               <template slot-scope="scope">
116
               <template slot-scope="scope">
113
-                <el-button @click="handleClick(scope.row.patient_id,scope.row.inspect_date)" type="text" size="small">查看</el-button>
117
+                <el-button @click="handleClick(scope.row.patient_id,scope.row.inspect_date)" style="font-size:14px;" type="text" size="small">查看</el-button>
114
               </template>
118
               </template>
115
             </el-table-column>
119
             </el-table-column>
116
           </el-table>
120
           </el-table>
184
         series: []
188
         series: []
185
       },
189
       },
186
       chart: {
190
       chart: {
187
-        title: {
188
-          text: "ECharts 入门示例"
189
-        },
191
+        // title: {
192
+        //   text: "ECharts 入门示例"
193
+        // },
190
         tooltip: {},
194
         tooltip: {},
191
-        legend: {
192
-          data: ["次数"],
193
-          left: 0
194
-        },
195
+        // legend: {
196
+        //   data: ["次数"],
197
+        //   left: 0
198
+        // },
195
         xAxis: {
199
         xAxis: {
196
-          data: ["达标", "未达标"]
200
+          data: []
197
         },
201
         },
198
         yAxis: {
202
         yAxis: {
199
           axisLabel: {
203
           axisLabel: {
205
           {
209
           {
206
             name: "次数",
210
             name: "次数",
207
             type: "bar",
211
             type: "bar",
208
-            data: ["78.57", "50"],
212
+            data: [],
209
             barWidth: 30,
213
             barWidth: 30,
210
             label: {
214
             label: {
211
               normal: {
215
               normal: {
256
               emphasis: {
260
               emphasis: {
257
                 shadowBlur: 10,
261
                 shadowBlur: 10,
258
                 shadowOffsetX: 0,
262
                 shadowOffsetX: 0,
259
-                shadowColor: "rgba(0, 0, 0, 0.5)"
263
+                shadowColor: "rgba(0, 0, 0, 0.2)"
260
               }
264
               }
261
             }
265
             }
262
           }
266
           }
819
   .pointTitle {
823
   .pointTitle {
820
     font-size: 13px;
824
     font-size: 13px;
821
   }
825
   }
826
+  .chartTitle {
827
+    font-size: 16px;
828
+    font-weight: bold;
829
+    color: #000000;
830
+  }
831
+  .point {
832
+    width: 13px;
833
+    height: 13px;
834
+    background: linear-gradient(
835
+      0deg,
836
+      rgba(169, 224, 243, 1),
837
+      rgba(159, 189, 252, 1)
838
+    );
839
+    border-radius: 7px;
840
+    margin-right: 8px;
841
+  }
842
+  .pointTitle {
843
+    font-size: 13px;
844
+  }
822
 }
845
 }
823
 
846
 
824
 </style>
847
 </style>

+ 7 - 2
src/xt_pages/qcd/statisticalConfiguration.vue 查看文件

3
     <div class="position">
3
     <div class="position">
4
       <bread-crumb :crumbs="crumbs"></bread-crumb>
4
       <bread-crumb :crumbs="crumbs"></bread-crumb>
5
     </div>
5
     </div>
6
-    <div class="app-container">
6
+    <div class="app-container statisticalConfig">
7
       <el-tabs v-model="tabActiveName" @tab-click="handleTabClick" style="margin-bottom:10px">
7
       <el-tabs v-model="tabActiveName" @tab-click="handleTabClick" style="margin-bottom:10px">
8
         <el-tab-pane label="质控达标统计配置" name="control"></el-tab-pane>
8
         <el-tab-pane label="质控达标统计配置" name="control"></el-tab-pane>
9
         <el-tab-pane label="检验检查统计配置" name="query"></el-tab-pane>
9
         <el-tab-pane label="检验检查统计配置" name="query"></el-tab-pane>
14
         </el-col>
14
         </el-col>
15
       </el-row>
15
       </el-row>
16
       <div class="configTable">
16
       <div class="configTable">
17
-        <el-table :data="configuraData" border style="width: 100%">
17
+        <el-table :data="configuraData" border style="width: 100%" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}">
18
           <el-table-column prop="date" label="检验检查大项" width="180">
18
           <el-table-column prop="date" label="检验检查大项" width="180">
19
               <template slot-scope="scope">{{ scope.row.project_name }}</template>
19
               <template slot-scope="scope">{{ scope.row.project_name }}</template>
20
           </el-table-column>
20
           </el-table-column>
507
     margin-left:0 !important;
507
     margin-left:0 !important;
508
   }
508
   }
509
 }
509
 }
510
+.statisticalConfig{
511
+  .el-tabs{
512
+    margin-bottom: 0 !important;
513
+  }
514
+}
510
 </style>
515
 </style>
511
 
516
 
512
  <style rel="stylesheet/scss" lang="scss" scoped>
517
  <style rel="stylesheet/scss" lang="scss" scoped>

+ 5 - 4
src/xt_pages/qcd/treatmentControlAnalysis/components/CheckAll.vue 查看文件

13
              :trigger-on-focus="false"
13
              :trigger-on-focus="false"
14
              placeholder="输入病人透析号/姓名"
14
              placeholder="输入病人透析号/姓名"
15
              @select="handleSelect"
15
              @select="handleSelect"
16
+             style="width:160px;"
16
               >
17
               >
17
              <i class="el-icon-search el-input__icon" slot="suffix"></i>
18
              <i class="el-icon-search el-input__icon" slot="suffix"></i>
18
                <template slot-scope="{ item }">
19
                <template slot-scope="{ item }">
21
           </el-autocomplete>
22
           </el-autocomplete>
22
         </el-form-item>
23
         </el-form-item>
23
       </el-form>
24
       </el-form>
24
-      <label class="title">
25
+      <label class="title" style="text-align:left;">
25
         <span class="name">日期查询</span> :
26
         <span class="name">日期查询</span> :
26
       </label>
27
       </label>
27
       <el-date-picker
28
       <el-date-picker
51
       ></el-date-picker>
52
       ></el-date-picker>
52
     </div>
53
     </div>
53
     <el-container>
54
     <el-container>
54
-      <div style="width:150px">
55
+      <div style="width:160px">
55
         <div class="tableTitle">患者列表</div>
56
         <div class="tableTitle">患者列表</div>
56
         <el-table :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
57
         <el-table :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
57
         :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
58
         :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
58
          highlight-current-row
59
          highlight-current-row
59
          @current-change="handleChange">
60
          @current-change="handleChange">
60
-           <el-table-column prop="dialysis_no" label="透析号" width="80">
61
+           <el-table-column prop="dialysis_no" label="透析号" width="70">
61
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
62
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
62
           </el-table-column>
63
           </el-table-column>
63
-          <el-table-column prop="name" label="姓名" width="80">
64
+          <el-table-column prop="name" label="姓名" width="90">
64
             <template slot-scope="scope">{{ scope.row.name }}</template>
65
             <template slot-scope="scope">{{ scope.row.name }}</template>
65
           </el-table-column>
66
           </el-table-column>
66
         </el-table>
67
         </el-table>

+ 5 - 4
src/xt_pages/qcd/treatmentControlAnalysis/components/CheckPersonal.vue 查看文件

13
              :trigger-on-focus="false"
13
              :trigger-on-focus="false"
14
              placeholder="输入病人透析号/姓名"
14
              placeholder="输入病人透析号/姓名"
15
              @select="handleSelect"
15
              @select="handleSelect"
16
+              style="width:160px"
16
               >
17
               >
17
              <i class="el-icon-search el-input__icon" slot="suffix"></i>
18
              <i class="el-icon-search el-input__icon" slot="suffix"></i>
18
                <template slot-scope="{ item }">
19
                <template slot-scope="{ item }">
21
           </el-autocomplete>
22
           </el-autocomplete>
22
         </el-form-item>
23
         </el-form-item>
23
       </el-form>
24
       </el-form>
24
-      <label class="title">
25
+      <label class="title" style="text-align:left;">
25
         <span class="name">日期查询</span> :
26
         <span class="name">日期查询</span> :
26
       </label>
27
       </label>
27
       <el-date-picker
28
       <el-date-picker
53
       ></el-date-picker>
54
       ></el-date-picker>
54
     </div>
55
     </div>
55
     <el-container>
56
     <el-container>
56
-      <div style="width:150px">
57
+      <div style="width:160px">
57
         <div class="tableTitle">患者列表</div>
58
         <div class="tableTitle">患者列表</div>
58
         <el-table :data="patientsData" border style="width: 100%;" 
59
         <el-table :data="patientsData" border style="width: 100%;" 
59
           height="500" :row-style="{ color: '#303133' }" 
60
           height="500" :row-style="{ color: '#303133' }" 
62
            ref="singleTable"
63
            ref="singleTable"
63
           @current-change="handleChange"
64
           @current-change="handleChange"
64
           >
65
           >
65
-           <el-table-column prop="dialysis_no" label="透析号" width="80">
66
+           <el-table-column prop="dialysis_no" label="透析号" width="70">
66
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
67
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
67
           </el-table-column>
68
           </el-table-column>
68
-          <el-table-column prop="name" label="姓名" width="80">
69
+          <el-table-column prop="name" label="姓名" width="90">
69
             <template slot-scope="scope">{{ scope.row.name }}</template>
70
             <template slot-scope="scope">{{ scope.row.name }}</template>
70
           </el-table-column>
71
           </el-table-column>
71
         </el-table>
72
         </el-table>

+ 27 - 9
src/xt_pages/qcd/treatmentControlAnalysis/components/TimeAll.vue 查看文件

46
       ></el-date-picker>
46
       ></el-date-picker>
47
     </div>
47
     </div>
48
     <div class="tableTitle">统计图</div>
48
     <div class="tableTitle">统计图</div>
49
+    <div class="cell clearfix" style="margin:0;">
50
+        <p class="point"></p>
51
+        <p class="pointTitle">次</p>
52
+      </div>
49
     <div>
53
     <div>
50
       <line-chart :options="chart"></line-chart>
54
       <line-chart :options="chart"></line-chart>
51
     </div>
55
     </div>
124
       ],
128
       ],
125
       chart: {
129
       chart: {
126
         tooltip: {},
130
         tooltip: {},
127
-        legend: {
128
-          data: ["次"],
129
-          left: 0
130
-        },
131
+        // legend: {
132
+        //   data: ["次"],
133
+        //   left: 0
134
+        // },
131
         xAxis: {
135
         xAxis: {
132
           data: []
136
           data: []
133
         },
137
         },
185
               },
189
               },
186
 
190
 
187
               //鼠标悬停时:
191
               //鼠标悬停时:
188
-              // emphasis: {
189
-              //   shadowBlur: 10,
190
-              //   shadowOffsetX: 0,
191
-              //   shadowColor: "rgba(0, 0, 0, 0.5)"
192
-              // }
192
+              emphasis: {
193
+                shadowBlur: 10,
194
+                shadowOffsetX: 0,
195
+                shadowColor: "rgba(0, 0, 0, 0.2)"
196
+              }
193
             }
197
             }
194
           }
198
           }
195
         ]
199
         ]
405
   font-weight: bold;
409
   font-weight: bold;
406
   margin-bottom: 10px;
410
   margin-bottom: 10px;
407
 }
411
 }
412
+.point {
413
+  width: 13px;
414
+  height: 13px;
415
+  background: linear-gradient(
416
+    0deg,
417
+    rgba(169, 224, 243, 1),
418
+    rgba(159, 189, 252, 1)
419
+  );
420
+  border-radius: 7px;
421
+  margin-right: 8px;
422
+}
423
+.pointTitle {
424
+  font-size: 13px;
425
+}
408
 </style>
426
 </style>
409
 
427
 
410
 <style lang="scss">
428
 <style lang="scss">

+ 6 - 5
src/xt_pages/qcd/treatmentControlAnalysis/components/TimePersonal.vue 查看文件

11
              v-model.trim="listQuery.search"
11
              v-model.trim="listQuery.search"
12
              :fetch-suggestions="querySearchAsync"
12
              :fetch-suggestions="querySearchAsync"
13
              :trigger-on-focus="false"
13
              :trigger-on-focus="false"
14
-             placeholder="输入病人透析号/姓名"
14
+             placeholder="病人透析号/姓名"
15
              @select="handleSelect"
15
              @select="handleSelect"
16
+              style="width:160px;"
16
               >
17
               >
17
              <i class="el-icon-search el-input__icon" slot="suffix"></i>
18
              <i class="el-icon-search el-input__icon" slot="suffix"></i>
18
                <template slot-scope="{ item }">
19
                <template slot-scope="{ item }">
21
           </el-autocomplete>
22
           </el-autocomplete>
22
         </el-form-item>
23
         </el-form-item>
23
       </el-form>
24
       </el-form>
24
-      <label class="title">
25
+      <label class="title" style="text-align:left;">
25
         <span class="name">日期查询</span> :
26
         <span class="name">日期查询</span> :
26
       </label>
27
       </label>
27
       <el-date-picker
28
       <el-date-picker
53
       ></el-date-picker>
54
       ></el-date-picker>
54
     </div>
55
     </div>
55
     <el-container>
56
     <el-container>
56
-      <div style="width:150px">
57
+      <div style="width:160px">
57
         <div class="tableTitle">患者列表</div>
58
         <div class="tableTitle">患者列表</div>
58
         <el-table :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
59
         <el-table :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
59
          :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
60
          :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
60
           highlight-current-row
61
           highlight-current-row
61
           @current-change="handleChange">
62
           @current-change="handleChange">
62
-          <el-table-column prop="dialysis_no" label="透析号" width="80">
63
+          <el-table-column prop="dialysis_no" label="透析号" width="70">
63
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
64
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
64
           </el-table-column>
65
           </el-table-column>
65
-          <el-table-column prop="name" label="姓名" width="80">
66
+          <el-table-column prop="name" label="姓名" width="90">
66
             <template slot-scope="scope">{{ scope.row.name }}</template>
67
             <template slot-scope="scope">{{ scope.row.name }}</template>
67
           </el-table-column>
68
           </el-table-column>
68
         </el-table>
69
         </el-table>