待办中心-项目法规任务-办理(拖拽)
This commit is contained in:
@@ -198,7 +198,7 @@ export const ResizeColumnProvide = {
|
||||
_resizeColumn(w, column) {
|
||||
tableAll.forEach(item=>{
|
||||
item.forEach((i)=>{
|
||||
if(i.dataIndex === column.dataIndex){
|
||||
if(i === column && i.dataIndex === column.dataIndex){
|
||||
columnsAll = item
|
||||
}
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
<a-table
|
||||
ref="table"
|
||||
:components="drag(columns,'columnsAll')"
|
||||
:components="drag(columnsAll,'columnsAll')"
|
||||
:loading="loading"
|
||||
:pagination="false"
|
||||
:scroll="{x: 1600}"
|
||||
|
||||
Reference in New Issue
Block a user