Kaynağa Gözat

九方优化

saber 3 yıl önce
ebeveyn
işleme
4b4701f1e3
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      src/views/Dispatching/DispatchingDetail.vue

+ 3 - 2
src/views/Dispatching/DispatchingDetail.vue

@@ -252,7 +252,7 @@ export default {
     return {
       produce_id: this.$route.query.produce_id || "",
       tableData: [],
-      tableColumns: [
+      tableColumns: [ 
         { type: "selection", align: "center", minWidth: 100, fixed: "left" },
         { title: "订单号", align: "center", key: "order_no", minWidth: 150 },
         {
@@ -579,6 +579,7 @@ export default {
   }
 }
 /deep/.ivu-table-fixed-body {
-  padding-bottom: 20px;
+  // padding-bottom: 20px;
+  height:-461px;
 }
 </style>