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 <TableForm
ref="tableFormRef" ref="tableFormRef"
class="w-[100%]" class="w-[100%]"
:maxHeight = "490"
:tableFields="tableAllSchemas.tableFormColumns" :tableFields="tableAllSchemas.tableFormColumns"
:tableData="tableData" :tableData="tableData"
:tableFormRules="tableFormRules" :tableFormRules="tableFormRules"

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

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

Loading…
Cancel
Save