参数项收集清单-历史记录-列宽可拖拽

This commit is contained in:
刘彦泽
2023-02-09 16:59:17 +08:00
parent 003aff1959
commit 8e1e192c91
@@ -1,10 +1,10 @@
<template>
<a-table
:components="drag(columnshistory,'columns')"
:components="drag(columnshistory,'columnshistory')"
class="table"
:columns="columnshistory"
:pagination="false"
:scroll="{y: 400}"
:scroll="{x: '100%',y: 400}"
:data-source="dataSourcehistory"
:loading="loading"
>