Commit c92465df authored by “yiyousong”'s avatar “yiyousong”

perf:优化页面展示

parent 1a77f473
......@@ -129,7 +129,7 @@ export default {
<style lang="less" scoped>
.layouts {
width: 100%;
min-width: 1620px;
// min-width: 1620px;
height: 100%;
padding-bottom: 15px;
// .crumbs {
......
......@@ -13,16 +13,17 @@
<el-select
v-model="departmentLeft"
size="small"
style="width: 120px"
placeholder="选择部门"
class="autoWidth"
filterable
>
<template slot="prefix">
<!-- <template slot="prefix">
{{
(deptList.find((v) => v.deptNumber === departmentLeft) || {})
.name
}}
</template>
</template> -->
<el-option
v-for="item in deptList"
:key="item.deptNumber"
......@@ -134,16 +135,16 @@
<el-select
v-model="departmentRight"
size="small"
style="width: 120px"
placeholder="选择部门"
class="autoWidth"
filterable
>
<template slot="prefix">
<!-- <template slot="prefix">
{{
(deptList.find((v) => v.deptNumber === departmentRight) || {})
.name
}}
</template>
</template> -->
<el-option
v-for="item in deptList"
:key="item.deptNumber"
......
......@@ -17,16 +17,16 @@
<el-select
v-model="departmentLeft"
size="small"
style="width: 120px"
placeholder="选择部门"
class="autoWidth"
filterable
>
<template slot="prefix">
<!-- <template slot="prefix">
{{
(deptList.find((v) => v.deptNumber === departmentLeft) || {})
.name
}}
</template>
</template> -->
<el-option
v-for="item in deptList"
:key="item.deptNumber"
......@@ -170,16 +170,16 @@
<el-select
v-model="departmentRight"
size="small"
style="width: 120px"
placeholder="选择部门"
class="autoWidth"
filterable
>
<template slot="prefix">
<!-- <template slot="prefix">
{{
(deptList.find((v) => v.deptNumber === departmentRight) || {})
.name
}}
</template>
</template> -->
<el-option
v-for="item in deptList"
:key="item.deptNumber"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment