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>