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

perf:优化页面展示

parent 1a77f473
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.layouts { .layouts {
width: 100%; width: 100%;
min-width: 1620px; // min-width: 1620px;
height: 100%; height: 100%;
padding-bottom: 15px; padding-bottom: 15px;
// .crumbs { // .crumbs {
......
...@@ -13,16 +13,17 @@ ...@@ -13,16 +13,17 @@
<el-select <el-select
v-model="departmentLeft" v-model="departmentLeft"
size="small" size="small"
style="width: 120px"
placeholder="选择部门" placeholder="选择部门"
class="autoWidth" class="autoWidth"
filterable filterable
> >
<template slot="prefix"> <!-- <template slot="prefix">
{{ {{
(deptList.find((v) => v.deptNumber === departmentLeft) || {}) (deptList.find((v) => v.deptNumber === departmentLeft) || {})
.name .name
}} }}
</template> </template> -->
<el-option <el-option
v-for="item in deptList" v-for="item in deptList"
:key="item.deptNumber" :key="item.deptNumber"
...@@ -134,16 +135,16 @@ ...@@ -134,16 +135,16 @@
<el-select <el-select
v-model="departmentRight" v-model="departmentRight"
size="small" size="small"
style="width: 120px"
placeholder="选择部门" placeholder="选择部门"
class="autoWidth"
filterable filterable
> >
<template slot="prefix"> <!-- <template slot="prefix">
{{ {{
(deptList.find((v) => v.deptNumber === departmentRight) || {}) (deptList.find((v) => v.deptNumber === departmentRight) || {})
.name .name
}} }}
</template> </template> -->
<el-option <el-option
v-for="item in deptList" v-for="item in deptList"
:key="item.deptNumber" :key="item.deptNumber"
......
...@@ -17,16 +17,16 @@ ...@@ -17,16 +17,16 @@
<el-select <el-select
v-model="departmentLeft" v-model="departmentLeft"
size="small" size="small"
style="width: 120px"
placeholder="选择部门" placeholder="选择部门"
class="autoWidth"
filterable filterable
> >
<template slot="prefix"> <!-- <template slot="prefix">
{{ {{
(deptList.find((v) => v.deptNumber === departmentLeft) || {}) (deptList.find((v) => v.deptNumber === departmentLeft) || {})
.name .name
}} }}
</template> </template> -->
<el-option <el-option
v-for="item in deptList" v-for="item in deptList"
:key="item.deptNumber" :key="item.deptNumber"
...@@ -170,16 +170,16 @@ ...@@ -170,16 +170,16 @@
<el-select <el-select
v-model="departmentRight" v-model="departmentRight"
size="small" size="small"
style="width: 120px"
placeholder="选择部门" placeholder="选择部门"
class="autoWidth"
filterable filterable
> >
<template slot="prefix"> <!-- <template slot="prefix">
{{ {{
(deptList.find((v) => v.deptNumber === departmentRight) || {}) (deptList.find((v) => v.deptNumber === departmentRight) || {})
.name .name
}} }}
</template> </template> -->
<el-option <el-option
v-for="item in deptList" v-for="item in deptList"
:key="item.deptNumber" :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