Browse Source

采购收货管理--采购收货--采购收货记录--无横向滚动条

master_hella_20240701
yufei0306 7 months ago
parent
commit
1b8bcc067c
  1. 1
      src/components/BasicForm/src/BasicForm.vue
  2. 2
      src/components/TableForm/src/TableForm.vue

1
src/components/BasicForm/src/BasicForm.vue

@ -69,6 +69,7 @@
<TableForm
ref="tableFormRef"
class="w-[100%]"
:maxHeight = "490"
:tableFields="tableAllSchemas.tableFormColumns"
:tableData="tableData"
:tableFormRules="tableFormRules"

2
src/components/TableForm/src/TableForm.vue

@ -5,7 +5,7 @@
ref="TableBaseComponents_Ref"
v-loading="tableLoading"
:data="tableData"
max-height="maxHeight"
:max-height="maxHeight"
row-key="id"
:border="border"
@selection-change="tableSelectionChange"

Loading…
Cancel
Save