src/views/tigerprojects/mes/smt/smttable/SmttableModal.vue
@@ -11,7 +11,7 @@ <!-- :columns="dtlColumns" :dataSource="data" --> <PageWrapper dense contentClass="flex"> <BasicTable :maxHeight="200" v-for="(table, index) in tableListRef" :key="index" :title="table.title" :columns="table.columns" <BasicTable :maxHeight="500" v-for="(table, index) in tableListRef" :key="index" :title="table.title" :columns="table.columns" :dataSource="table.dataSource" /> </PageWrapper> </a-card>