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>