|
|
@ -203,7 +203,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
console.log("params", this.$route.query);
|
|
|
|
console.log("params", this.$route.query);
|
|
|
|
this.deatail_data = this.$route.query;
|
|
|
|
this.deatail_data = JSON.parse(this.$route.query.params);
|
|
|
|
this.company_id = this.deatail_data.companyId // 进入该页面的公司id, 传给右下表格的查询条件
|
|
|
|
this.company_id = this.deatail_data.companyId // 进入该页面的公司id, 传给右下表格的查询条件
|
|
|
|
if (this.deatail_data.scoreType === "month") {
|
|
|
|
if (this.deatail_data.scoreType === "month") {
|
|
|
|
this.search_select = "月度";
|
|
|
|
this.search_select = "月度";
|
|
|
@ -379,7 +379,7 @@ export default {
|
|
|
|
/* card统一样式 */
|
|
|
|
/* card统一样式 */
|
|
|
|
.el-card.box-card.is-always-shadow {
|
|
|
|
.el-card.box-card.is-always-shadow {
|
|
|
|
border: 0px;
|
|
|
|
border: 0px;
|
|
|
|
height: 88.5vh; /* 控制card布局高度,用于适配 */
|
|
|
|
height: 88vh; /* 控制card布局高度,用于适配 */
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
background: url("~@/assets/companyFile/22136.png") no-repeat !important;
|
|
|
|
background: url("~@/assets/companyFile/22136.png") no-repeat !important;
|
|
|
|
background-size: 100% 100% !important;
|
|
|
|
background-size: 100% 100% !important;
|
|
|
|