|
|
@@ -162,7 +162,7 @@ onMounted(() => {
|
|
|
|
|
|
<a-row class="main-content" :gutter="24">
|
|
|
<a-col :xxl="5" :xl="6" :lg="7" :span="8" class="company-filter-wrap">
|
|
|
- <h3>我所服务的企业</h3>
|
|
|
+ <h3>我所服务的企业 <span>【{{ companies.length }}】</span></h3>
|
|
|
<CompanySelect :data="companies" @change="onCompanySelectChange" />
|
|
|
</a-col>
|
|
|
<a-col :xxl="19" :xl="18" :lg="17" :span="16">
|
|
|
@@ -203,6 +203,10 @@ onMounted(() => {
|
|
|
.company-filter-wrap {
|
|
|
border: 1px solid $border-color-primary;
|
|
|
padding: 20px 16px;
|
|
|
+
|
|
|
+ >h3 >span{
|
|
|
+ color: red;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.report-item {
|