柳香萍 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,14 +126,14 @@ export const xt_constantRouterMap = [
126 126
   // 本地开始
127 127
   // /////////////////////////////
128 128
   {
129
-    path:'/sign',
129
+    path: '/sign',
130 130
     component: Layout,
131 131
     redirct: '/sign/index',
132 132
     children: [{
133 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,131 +159,11 @@ export const xt_constantRouterMap = [
159 159
       { path: '/qcd/pa/person/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'), name: 'paPersonLapseto', meta: { title: '转归' }},
160 160
       { path: '/qcd/pa/person/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'), name: 'paPersonWeight', meta: { title: '体重' }},
161 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 167
     path: '/patients',
288 168
     component: Layout,
289 169
     redirect: 'noredirect',
@@ -563,7 +443,7 @@ export const xt_constantRouterMap = [
563 443
         component: () => import('@/xt_pages/stock/stockQuery'),
564 444
         name: 'stockQuery',
565 445
         meta: { title: 'stockQuery' }
566
-      },{
446
+      }, {
567 447
         path: '/stock/detail',
568 448
         component: () => import('@/xt_pages/stock/stockDetailIndex'),
569 449
         name: 'stockDetail',
@@ -962,6 +842,11 @@ export const xt_asyncRouterMap = [
962 842
   //       name: 'stockQuery',
963 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 850
   //       path: '/stock/in/add',
966 851
   //       component: () => import('@/xt_pages/stock/stockInOrderAdd'),
967 852
   //       name: 'stockInOrderAdd',
@@ -1052,7 +937,7 @@ export const xt_asyncRouterMap = [
1052 937
   //   alwaysShow: true,
1053 938
   //   meta: { title: '科室质控', icon: 'table' },
1054 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 941
   //     { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
1057 942
   //     { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
1058 943
   //     { path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '结果指标' }},
@@ -1065,6 +950,9 @@ export const xt_asyncRouterMap = [
1065 950
   //     { path: '/qcd/patientanalysis/complication', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/complication'), name: 'patientAnalysisComplication', meta: { title: '并发症分析' }},
1066 951
   //     { path: '/qcd/patientanalysis/infectiousdiseases', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'), name: 'patientAnalysisInfectiousDiseases', meta: { title: '传染病分析' }},
1067 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 958
   // /////////////////////////////////////线在end

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

@@ -77,21 +77,12 @@
77 77
         </div>
78 78
       </div>
79 79
 
80
-<<<<<<< .mine
81 80
     <el-table
82 81
       :data="SchedualPatientsTableData"
83 82
       style="width: 100%"
84 83
       v-loading="loading"
85 84
       @current-change="clickCurrent"
86 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 87
         <el-table-column type="selection" width="45" align="center"></el-table-column>
97 88
         <el-table-column prop="number" label="机号" align="center"></el-table-column>