浏览代码

'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: [],