فهرست منبع

'scrollbarfix'

simple 3 سال پیش
والد
کامیت
e7037187cb
1فایلهای تغییر یافته به همراه6 افزوده شده و 12 حذف شده
  1. 6 12
      src/page/report/historyCost.vue

+ 6 - 12
src/page/report/historyCost.vue

@@ -141,43 +141,37 @@ export default {
           title: "单位",
           key: "unit",
           tooltip: true,
-          width: 140,
-          resizable: true,
+          minWidth: 140,
         },
         {
           title: "最高价",
           key: "maxPrice",
           tooltip: true,
-          width: 140,
-          resizable: true,
+          minWidth: 140,
         },
         {
           title: "最低价",
           key: "minPrice",
           tooltip: true,
-          width: 140,
-          resizable: true,
+          minWidth: 140,
         },
         {
           title: "平均价",
           key: "avgPrice",
           tooltip: true,
-          width: 140,
-          resizable: true,
+          minWidth: 140,
         },
         {
           title: "总订单数量",
           key: "totalOrderNum",
           tooltip: true,
-          width: 140,
-          resizable: true,
+          minWidth: 140,
         },
         {
           title: "最近价格",
           key: "latestPrice",
           tooltip: true,
-          width: 140,
-          resizable: true,
+          minWidth: 140,
         },
       ],
       tableData: [],