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> 
@@ -133,7 +133,7 @@
        createConfirm({
        iconType: 'warning',
        title: () => h('span', t('导入料站表信息')),
        content: () => h('span', t('异常的数据无法导入')),
        content: () => h('span', t('确认有修改的数据是否正确,有异常的数据无法导入')),
        onOk: async () => {
          const apiAction = SaveExportTable(tableListRef.value);
        apiAction.then((action) => {