Selaa lähdekoodia

merge feature/1002455 into main

merge "feature/1002455" into "main"
1002455

Created-by: lizi
Author-id: 7030146
MR-id: 6572
Commit-by: lizi
Merged-by: Kevin
Description: merge "feature/1002455" into "main"
1002455

See merge request: zhcqdn00001/front!35
Kevin 2 vuotta sitten
vanhempi
commit
880c2d8cc5
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      src/views/report/ReportListView.vue

+ 5 - 1
src/views/report/ReportListView.vue

@@ -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 {