|
|
|
@ -149,18 +149,16 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="enterColor"
|
|
|
|
|
prop="entprColor"
|
|
|
|
|
label="企业分色"
|
|
|
|
|
header-align="center"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<div>
|
|
|
|
|
{{
|
|
|
|
|
scope.row.enterColorChart != "null"
|
|
|
|
|
? filterTable(dict.entpr_color, scope.row.enterColor)
|
|
|
|
|
: ""
|
|
|
|
|
}}
|
|
|
|
|
</div>
|
|
|
|
|
<dict-tag
|
|
|
|
|
:options="dict.type.entpr_color"
|
|
|
|
|
:value="scope.row.entprColor ? scope.row.entprColor : '/'"
|
|
|
|
|
>
|
|
|
|
|
</dict-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
@ -833,70 +831,70 @@ export default {
|
|
|
|
|
// padding: 15px 10px;
|
|
|
|
|
.filtrate {
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
.select-input {
|
|
|
|
|
// margin-right: 10px;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.select-span {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-family: "Alibaba PuHuiTi";
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #525966;
|
|
|
|
|
// line-height: 40px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .el-select,
|
|
|
|
|
.el-cascader {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
width: 180px;
|
|
|
|
|
.el-input__inner {
|
|
|
|
|
height: 33px;
|
|
|
|
|
}
|
|
|
|
|
// border-radius: 2px;
|
|
|
|
|
.el-input
|
|
|
|
|
.el-input__suffix
|
|
|
|
|
.el-input__suffix-inner
|
|
|
|
|
.el-icon-arrow-up::before {
|
|
|
|
|
content: "";
|
|
|
|
|
background: url(../../assets/images/down2.png) center center
|
|
|
|
|
no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 7px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.select-input {
|
|
|
|
|
width: 45%;
|
|
|
|
|
::v-deep .el-input {
|
|
|
|
|
.el-input__inner {
|
|
|
|
|
height: 33px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.select-btn {
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 33px;
|
|
|
|
|
background: #2378ec;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.select-btn1 {
|
|
|
|
|
background: #28b384;
|
|
|
|
|
}
|
|
|
|
|
// .select-input {
|
|
|
|
|
// // margin-right: 10px;
|
|
|
|
|
// margin-top: 20px;
|
|
|
|
|
// display: flex;
|
|
|
|
|
// align-items: center;
|
|
|
|
|
// .select-span {
|
|
|
|
|
// font-size: 13px;
|
|
|
|
|
// font-family: "Alibaba PuHuiTi";
|
|
|
|
|
// font-weight: 400;
|
|
|
|
|
// color: #525966;
|
|
|
|
|
// // line-height: 40px;
|
|
|
|
|
// margin-right: 10px;
|
|
|
|
|
// }
|
|
|
|
|
// ::v-deep .el-select,
|
|
|
|
|
// .el-cascader {
|
|
|
|
|
// background-color: transparent;
|
|
|
|
|
// width: 180px;
|
|
|
|
|
// .el-input__inner {
|
|
|
|
|
// height: 33px;
|
|
|
|
|
// }
|
|
|
|
|
// // border-radius: 2px;
|
|
|
|
|
// .el-input
|
|
|
|
|
// .el-input__suffix
|
|
|
|
|
// .el-input__suffix-inner
|
|
|
|
|
// .el-icon-arrow-up::before {
|
|
|
|
|
// content: "";
|
|
|
|
|
// background: url(../../assets/images/down2.png) center center
|
|
|
|
|
// no-repeat;
|
|
|
|
|
// background-size: cover;
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// width: 10px;
|
|
|
|
|
// height: 7px;
|
|
|
|
|
// top: 50%;
|
|
|
|
|
// left: 50%;
|
|
|
|
|
// transform: translate(-50%, -50%);
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// .select-input {
|
|
|
|
|
// width: 45%;
|
|
|
|
|
// ::v-deep .el-input {
|
|
|
|
|
// .el-input__inner {
|
|
|
|
|
// height: 33px;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// .select-btn {
|
|
|
|
|
// width: 80px;
|
|
|
|
|
// height: 33px;
|
|
|
|
|
// background: #2378ec;
|
|
|
|
|
// border-radius: 2px;
|
|
|
|
|
// display: flex;
|
|
|
|
|
// align-items: center;
|
|
|
|
|
// justify-content: center;
|
|
|
|
|
// font-size: 15px;
|
|
|
|
|
// font-family: Alibaba PuHuiTi;
|
|
|
|
|
// font-weight: 500;
|
|
|
|
|
// color: #ffffff;
|
|
|
|
|
// cursor: pointer;
|
|
|
|
|
// margin-right: 10px;
|
|
|
|
|
// }
|
|
|
|
|
// .select-btn1 {
|
|
|
|
|
// background: #28b384;
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -984,6 +982,11 @@ export default {
|
|
|
|
|
.el-input__inner {
|
|
|
|
|
height: 33px;
|
|
|
|
|
}
|
|
|
|
|
.el-input .el-input__suffix .el-input__suffix-inner .el-icon-arrow-up {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
// border-radius: 2px;
|
|
|
|
|
.el-input
|
|
|
|
|
.el-input__suffix
|
|
|
|
@ -995,9 +998,10 @@ export default {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 7px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
// top: 50%;
|
|
|
|
|
// left: 50%;
|
|
|
|
|
// transform: translate(-50%, -50%);
|
|
|
|
|
transform: rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|