zhuzhongjie 2 주 전
부모
커밋
6096c3bd4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/dashboard/index.vue

+ 1 - 1
src/views/dashboard/index.vue

@@ -53,7 +53,7 @@
         <map-chart :heightStyle="'height:800px;'"></map-chart>
       </div>
       <div class="right_step">
-        <div class="title">运单数据排行榜</div>
+        <div class="title">供应商运单数据排行榜</div>
         <el-table :data="tableData" border stripe style="width: 100%">
           <el-table-column label="供应商" prop="supplierName" width=""></el-table-column>
           <el-table-column label="运单数" prop="waybillCount" width=""></el-table-column>