Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
【无】人员关系批量处理功能-qh的路由配置 #2 See merge request !654
Showing
2 changed files
with
6 additions
and
1 deletions
@@ -68,7 +68,7 @@ | @@ -68,7 +68,7 @@ | ||
68 | :pageSize="search.limitUn" | 68 | :pageSize="search.limitUn" |
69 | :showPage="true" | 69 | :showPage="true" |
70 | :showTools="false" | 70 | :showTools="false" |
71 | - :height="height - 300"> | 71 | + :height="'360'"> |
72 | <template #default="{row,prop,column}"> | 72 | <template #default="{row,prop,column}"> |
73 | <div v-if="prop=='showType'"> | 73 | <div v-if="prop=='showType'"> |
74 | <el-select v-model="row.showType" placeholder=""> | 74 | <el-select v-model="row.showType" placeholder=""> |
@@ -227,6 +227,11 @@ const routes = [{ | @@ -227,6 +227,11 @@ const routes = [{ | ||
227 | name: 'orgBustype', | 227 | name: 'orgBustype', |
228 | component: () => myImport('views/orgBustype/index') | 228 | component: () => myImport('views/orgBustype/index') |
229 | }, | 229 | }, |
230 | + { | ||
231 | + path: '/vue3/batchChangeLeaders', | ||
232 | + name: 'batchChangeLeaders', | ||
233 | + component: () => myImport('views/batchChangeLeaders/index') | ||
234 | + } | ||
230 | ]; | 235 | ]; |
231 | 236 | ||
232 | // hash模式: createWebHashHistory | 237 | // hash模式: createWebHashHistory |
-
Please register or login to post a comment