See999 hace 4 años
padre
commit
03893757f1

+ 7 - 5
src/xt_pages/qcd/basicInformationAnalysis.vue Ver fichero

64
       </div>
64
       </div>
65
       <div v-if="way == 0" class="cell clearfix" style="align-items:normal">
65
       <div v-if="way == 0" class="cell clearfix" style="align-items:normal">
66
         <div style="float:left">
66
         <div style="float:left">
67
-          <div class="infoBox">
67
+          <div class="infoBox" style="width:370px;">
68
             <div class="infoOne">
68
             <div class="infoOne">
69
               <div class="titleBox">
69
               <div class="titleBox">
70
                 <span class="point"></span>
70
                 <span class="point"></span>
274
         </div>
274
         </div>
275
       </div>
275
       </div>
276
       <div v-else>
276
       <div v-else>
277
-        <div  style="margin-bottom:20px;">
277
+        <div style="margin-bottom:20px;">
278
+          <p style="font-size: 16px;font-weight: bold;color: #000;">透析总量</p>
278
           <line-chart :options="chart"></line-chart>
279
           <line-chart :options="chart"></line-chart>
279
         </div>
280
         </div>
280
-        <div >
281
+        <div>
282
+          <p style="font-size: 16px;font-weight: bold;color: #000;">转归统计</p>
281
           <line-chart :options="bar"></line-chart>
283
           <line-chart :options="bar"></line-chart>
282
         </div>
284
         </div>
283
       </div>
285
       </div>
351
 
353
 
352
       way: 0,
354
       way: 0,
353
       wayArr: [
355
       wayArr: [
354
-        { value: 0, label: "统计", state: 0 },
355
-        { value: 1, label: "统计图", state: 1 }
356
+        { value: 0, label: "统计", state: 0 },
357
+        { value: 1, label: "趋势图", state: 1 }
356
       ],
358
       ],
357
       modesData: {
359
       modesData: {
358
        xAxis: [],
360
        xAxis: [],

+ 1 - 1
src/xt_pages/qcd/workAnalysis/nurse.vue Ver fichero

198
         crumbs: [
198
         crumbs: [
199
           { path: false, name: "质控管理" },
199
           { path: false, name: "质控管理" },
200
           { path: false, name: "工作量分析统计" },
200
           { path: false, name: "工作量分析统计" },
201
-          { path: false, name: "医生" }
201
+          { path: false, name: "护士" }
202
         ],
202
         ],
203
         activeName: "second",
203
         activeName: "second",
204
         listQuery: {
204
         listQuery: {