柳香萍 6 年前
父节点
当前提交
edd94f8e9f
共有 2 个文件被更改,包括 16 次插入137 次删除
  1. 16 128
      src/router/index.js
  2. 0 9
      src/xt_pages/dialysis/bloodPresssWatch.vue

+ 16 - 128
src/router/index.js 查看文件

126
   // 本地开始
126
   // 本地开始
127
   // /////////////////////////////
127
   // /////////////////////////////
128
   {
128
   {
129
-    path:'/sign',
129
+    path: '/sign',
130
     component: Layout,
130
     component: Layout,
131
     redirct: '/sign/index',
131
     redirct: '/sign/index',
132
     children: [{
132
     children: [{
133
       path: '/sign',
133
       path: '/sign',
134
-      component:() => import('@/xt_pages/sign/index'),
135
-      name:'sign',
136
-      meta: {title:'signWeight',icon:'table',noCache:true}
134
+      component: () => import('@/xt_pages/sign/index'),
135
+      name: 'sign',
136
+      meta: { title: 'signWeight', icon: 'table', noCache: true }
137
     }]
137
     }]
138
   },
138
   },
139
   {
139
   {
159
       { path: '/qcd/pa/person/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'), name: 'paPersonLapseto', meta: { title: '转归' }},
159
       { path: '/qcd/pa/person/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'), name: 'paPersonLapseto', meta: { title: '转归' }},
160
       { path: '/qcd/pa/person/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'), name: 'paPersonWeight', meta: { title: '体重' }},
160
       { path: '/qcd/pa/person/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'), name: 'paPersonWeight', meta: { title: '体重' }},
161
       { path: '/qcd/pa/person/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'), name: 'paPersonBloodPressure', meta: { title: '血压' }},
161
       { path: '/qcd/pa/person/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'), name: 'paPersonBloodPressure', meta: { title: '血压' }},
162
-      { path: '/qcd/pa/person/indicators', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'), name: 'paPersonIndicators', meta: { title: '指标控制' }}
163
-    ]
164
-  },
165
-  {
166
-<<<<<<< .mine
167
-    path: 'statistics',
168
-    component: Layout,
169
-    redirect: '/statistics/index',
170
-    children: [{
171
-      path: '/statistics',
172
-      component: () => import('@/xt_pages/statistics/index'),
173
-      name: 'statistics',
174
-      meta: { title: 'statistics', icon: 'chart', noCache: true }
175
-    }]
176
-  },
177
-  {
178
-    path: '/sign',
179
-    component: Layout,
180
-    redirct: '/sign/index',
181
-    children: [{
182
-      path: '/sign',
183
-      component: () => import('@/xt_pages/sign/index'),
184
-      name: 'sign',
185
-      meta: { title: 'signWeight', icon: 'table', noCache: true }
186
-    }]
187
-  },
188
-  {
189
-    path: '/qcd',
190
-    component: Layout,
191
-    redirect: '/qcd/dialysistotal',
192
-    name: 'qcd',
193
-    alwaysShow: true,
194
-    meta: { title: '科室质控', icon: 'table' },
195
-    children: [
196
-      { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
197
-      { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
198
-      {
199
-        path: '/qcd/outcomeIndicators',
200
-        name: 'outcomeIndicators',
201
-        meta: { title: '结果指标' },
202
-        redirect: '/qcd/outcomeIndicators/control',
203
-        component: () => import('@/xt_pages/qcd/outcomeIndicators/parent'), // Parent router-view
204
-        children: [
205
-          { path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '指标控制' }},
206
-          { path: '/qcd/outcomeIndicators/query', component: () => import('@/xt_pages/qcd/outcomeIndicators/query'), name: 'outcomeIndicatorsQuery', meta: { title: '指标查询' }}
207
-        ]
208
-      },
209
-      {
210
-        path: '/qcd/patientanalysis',
211
-        name: 'patientanalysis',
212
-        meta: { title: '患者分析' },
213
-        redirect: '/qcd/patientanalysis/total',
214
-        component: () => import('@/xt_pages/qcd/patientAnalysis/parent'), // Parent router-view
215
-        children: [
216
-          { path: '/qcd/patientanalysis/total', component: () => import('@/xt_pages/qcd/patientAnalysis/total'), name: 'patientAnalysisTotal', meta: { title: '总量分析' }},
217
-          { path: '/qcd/patientanalysis/weight', component: () => import('@/xt_pages/qcd/patientAnalysis/weight'), name: 'patientAnalysisWeight', meta: { title: '体重分析' }},
218
-          { path: '/qcd/patientanalysis/bloodpressure', component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'), name: 'patientAnalysisBloodPressure', meta: { title: '血压分析' }},
219
-          { path: '/qcd/patientanalysis/dialysisage', component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'), name: 'patientAnalysisDialysisAge', meta: { title: '透析龄分析' }},
220
-          { path: '/qcd/patientanalysis/lapseto', component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'), name: 'patientAnalysisLapseto', meta: { title: '转归分析' }}
221
-        ]
222
-      }
162
+      { path: '/qcd/pa/person/indicators', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'), name: 'paPersonIndicators', meta: { title: '指标控制' }},
163
+      { path: '/qcd/pa/person/oralmedicine', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'), name: 'paPersonOralMedicine', meta: { title: '口服药' }}
223
     ]
164
     ]
224
   },
165
   },
225
   {
166
   {
226
-=======
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
->>>>>>> .theirs
287
     path: '/patients',
167
     path: '/patients',
288
     component: Layout,
168
     component: Layout,
289
     redirect: 'noredirect',
169
     redirect: 'noredirect',
563
         component: () => import('@/xt_pages/stock/stockQuery'),
443
         component: () => import('@/xt_pages/stock/stockQuery'),
564
         name: 'stockQuery',
444
         name: 'stockQuery',
565
         meta: { title: 'stockQuery' }
445
         meta: { title: 'stockQuery' }
566
-      },{
446
+      }, {
567
         path: '/stock/detail',
447
         path: '/stock/detail',
568
         component: () => import('@/xt_pages/stock/stockDetailIndex'),
448
         component: () => import('@/xt_pages/stock/stockDetailIndex'),
569
         name: 'stockDetail',
449
         name: 'stockDetail',
962
   //       name: 'stockQuery',
842
   //       name: 'stockQuery',
963
   //       meta: { title: 'stockQuery' }
843
   //       meta: { title: 'stockQuery' }
964
   //     }, {
844
   //     }, {
845
+  //       path: '/stock/detail',
846
+  //       component: () => import('@/xt_pages/stock/stockDetailIndex'),
847
+  //       name: 'stockDetail',
848
+  //       meta: { title: 'stockDetail' }
849
+  //     },{
965
   //       path: '/stock/in/add',
850
   //       path: '/stock/in/add',
966
   //       component: () => import('@/xt_pages/stock/stockInOrderAdd'),
851
   //       component: () => import('@/xt_pages/stock/stockInOrderAdd'),
967
   //       name: 'stockInOrderAdd',
852
   //       name: 'stockInOrderAdd',
1052
   //   alwaysShow: true,
937
   //   alwaysShow: true,
1053
   //   meta: { title: '科室质控', icon: 'table' },
938
   //   meta: { title: '科室质控', icon: 'table' },
1054
   //   children: [
939
   //   children: [
1055
-  //     { path: '/statistics/index', component: () => import('@/xt_pages/statistics/index'), name: 'dialysistotal', meta: { title: 'statistics' }},
940
+  //     { path: '/statistics/index', component: () => import('@/xt_pages/statistics/index'), name: 'statistics', meta: { title: 'statistics' }},
1056
   //     { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
941
   //     { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
1057
   //     { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
942
   //     { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
1058
   //     { path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '结果指标' }},
943
   //     { path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '结果指标' }},
1065
   //     { path: '/qcd/patientanalysis/complication', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/complication'), name: 'patientAnalysisComplication', meta: { title: '并发症分析' }},
950
   //     { path: '/qcd/patientanalysis/complication', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/complication'), name: 'patientAnalysisComplication', meta: { title: '并发症分析' }},
1066
   //     { path: '/qcd/patientanalysis/infectiousdiseases', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'), name: 'patientAnalysisInfectiousDiseases', meta: { title: '传染病分析' }},
951
   //     { path: '/qcd/patientanalysis/infectiousdiseases', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'), name: 'patientAnalysisInfectiousDiseases', meta: { title: '传染病分析' }},
1067
   //     { path: '/qcd/pa/person/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'), name: 'paPersonLapseto', meta: { title: '转归' }},
952
   //     { path: '/qcd/pa/person/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'), name: 'paPersonLapseto', meta: { title: '转归' }},
953
+  //     { path: '/qcd/pa/person/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'), name: 'paPersonWeight', meta: { title: '体重' }},
954
+  //     { path: '/qcd/pa/person/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'), name: 'paPersonBloodPressure', meta: { title: '血压' }},
955
+  //     { path: '/qcd/pa/person/indicators', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'), name: 'paPersonIndicators', meta: { title: '指标控制' }},
1068
   //   ]
956
   //   ]
1069
   // },
957
   // },
1070
   // /////////////////////////////////////线在end
958
   // /////////////////////////////////////线在end

+ 0 - 9
src/xt_pages/dialysis/bloodPresssWatch.vue 查看文件

77
         </div>
77
         </div>
78
       </div>
78
       </div>
79
 
79
 
80
-<<<<<<< .mine
81
     <el-table
80
     <el-table
82
       :data="SchedualPatientsTableData"
81
       :data="SchedualPatientsTableData"
83
       style="width: 100%"
82
       style="width: 100%"
84
       v-loading="loading"
83
       v-loading="loading"
85
       @current-change="clickCurrent"
84
       @current-change="clickCurrent"
86
       :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}"
85
       :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}"
87
-=======
88
-      <el-table
89
-        :data="SchedualPatientsTableData"
90
-        style="width: 100%"
91
-        v-loading="loading"
92
-        @current-change="clickCurrent"
93
-        @selection-change="handleSelectionChange"
94
->>>>>>> .theirs
95
       >
86
       >
96
         <el-table-column type="selection" width="45" align="center"></el-table-column>
87
         <el-table-column type="selection" width="45" align="center"></el-table-column>
97
         <el-table-column prop="number" label="机号" align="center"></el-table-column>
88
         <el-table-column prop="number" label="机号" align="center"></el-table-column>