فهرست منبع

Merge branch 'master' of http://121.41.102.225:8099/Nidong/jiufang

Andy 3 سال پیش
والد
کامیت
7fc1ee228f
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  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>