fix 80420

This commit is contained in:
danshihao
2024-01-18 16:18:01 +08:00
parent d47e190e10
commit 8e6acbbbdd
@@ -6,6 +6,7 @@
</div>
<div>
<j-table
bordered
v-if="columns && columns.length > 0"
:columns="columns"
:dataSource="dataSource"
@@ -13,7 +14,7 @@
rowKey="id"
:row-selection="null"
:pagination="false"
:scroll="{x: '100%',y: '50vh'}"
:scroll="{x: '100%'}"
@change="tableOnChange">
<!-- 企标号企标名称 -->