Commit 366794e7 authored by suqh's avatar suqh

Merge branch 'func-eccs-2152' into test

parents 9e4c3a62 5a5945d7
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
class="table-content" class="table-content"
:columns="selectedColumns" :columns="selectedColumns"
:data-source="selectedRows" :data-source="selectedRows"
:scroll="{ x: true, y: 450 }" :scroll="{ x: '100%', y: 450 }"
:pagination="false" :pagination="false"
> >
<template slot="status" slot-scope="text"> <template slot="status" slot-scope="text">
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
<a-table <a-table
:columns="columns" :columns="columns"
:data-source="dataList" :data-source="dataList"
:scroll="{ x: true, y: 300 }" :scroll="{ x: '100%', y: 300 }"
:pagination="false" :pagination="false"
:rowKey="'id'" :rowKey="'id'"
:row-selection="{ :row-selection="{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment