1
Cloud Zhang
2024-05-23 f59b0420002bbe6d10e754d1167c7c6cd1b5059c
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>