fix 80420
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<j-table
|
<j-table
|
||||||
|
bordered
|
||||||
v-if="columns && columns.length > 0"
|
v-if="columns && columns.length > 0"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:dataSource="dataSource"
|
:dataSource="dataSource"
|
||||||
@@ -13,7 +14,7 @@
|
|||||||
rowKey="id"
|
rowKey="id"
|
||||||
:row-selection="null"
|
:row-selection="null"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{x: '100%',y: '50vh'}"
|
:scroll="{x: '100%'}"
|
||||||
@change="tableOnChange">
|
@change="tableOnChange">
|
||||||
|
|
||||||
<!-- 企标号、企标名称 -->
|
<!-- 企标号、企标名称 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user