소스 검색

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