| | |
| | | <!-- :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> |
| | |
| | | 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) => { |