参数项收集清单-历史记录-列宽可拖拽
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<a-table
|
<a-table
|
||||||
:components="drag(columnshistory,'columns')"
|
:components="drag(columnshistory,'columnshistory')"
|
||||||
class="table"
|
class="table"
|
||||||
:columns="columnshistory"
|
:columns="columnshistory"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{y: 400}"
|
:scroll="{x: '100%',y: 400}"
|
||||||
:data-source="dataSourcehistory"
|
:data-source="dataSourcehistory"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user