Browse Source

Merge branch 'master' of http://120.78.198.155:10080/zerp/admin_operation

hebinlong 4 years ago
parent
commit
5ff660a04b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/orderList/index.vue

+ 0 - 1
src/views/orderList/index.vue

@@ -47,7 +47,6 @@
     </div>
     <el-table v-loading="loading" :data="tableData" border style="width: 100%">
       <el-table-column type="selection" />
-
       <el-table-column label="分发订单号" width="200" align="center">
         <template slot-scope="scope">
           <span>{{ scope.row.orderId }}</span>