Parcourir la source

'scrollbarfix'

simple il y a 3 ans
Parent
commit
e7037187cb
1 fichiers modifiés avec 6 ajouts et 12 suppressions
  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: [],