增加excel模板配置,增加前端导出工具。token迁移至cookie x-token且保留header x-token 两者兼容。
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
>刷新缓存</el-button>
|
||||
</template>
|
||||
</el-popover>
|
||||
<ExportExcel template-id="api" />
|
||||
</div>
|
||||
<el-table
|
||||
:data="tableData"
|
||||
@@ -283,6 +284,7 @@ import {
|
||||
} from '@/api/api'
|
||||
import { toSQLLine } from '@/utils/stringFun'
|
||||
import WarningBar from '@/components/warningBar/warningBar.vue'
|
||||
import ExportExcel from "@/components/exportExcel/exportExcel.vue";
|
||||
import { ref } from 'vue'
|
||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
||||
import { VideoCameraFilled } from '@element-plus/icons-vue'
|
||||
|
Reference in New Issue
Block a user