[update] 修改企标流程bug

This commit is contained in:
lideqin
2023-12-20 18:43:23 +08:00
parent ea8d024628
commit d2a044ac3e
5 changed files with 148 additions and 75 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
:columns="columns"
rowKey="id"
bordered
:scroll="{x: '100%'}"
:scroll="{x: '100%', y: '280px'}"
:data-source="dataSource"
:pagination="ipagination"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: type }"