|
@@ -3,7 +3,7 @@
|
|
|
<!-- <GrowCard :loading="loading" class="enter-y" /> -->
|
|
|
<BasicTable @register="registerTable" :loading="loading">
|
|
|
<template #toolbar>
|
|
|
- <a-button type="primary" @click="handleExport">导出dd数据</a-button>
|
|
|
+ <a-button type="primary" @click="handleExport">导出数据</a-button>
|
|
|
</template>
|
|
|
<template #Time="{ record }">
|
|
|
<Time :value="record.createTime" mode="datetime" />
|