mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
chore: fix typos (#641)
This commit is contained in:
@@ -72,7 +72,7 @@ const exportExcel = () => {
|
||||
<el-card shadow="never">
|
||||
<template #header>
|
||||
<div class="font-medium">
|
||||
导出Execl(
|
||||
导出Excel(
|
||||
<el-link
|
||||
href="https://github.com/SheetJS/sheetjs"
|
||||
target="_blank"
|
||||
@@ -3,7 +3,7 @@ import Page from "./page/index.vue";
|
||||
import RowDrag from "./drag/row/index.vue";
|
||||
import ColumnDrag from "./drag/column/index.vue";
|
||||
import Contextmenu from "./contextmenu/index.vue";
|
||||
import Execl from "./execl/index.vue";
|
||||
import Excel from "./excel/index.vue";
|
||||
import Edit from "./edit/index.vue";
|
||||
import Watermark from "./watermark/index.vue";
|
||||
import Print from "./prints/index.vue";
|
||||
@@ -57,10 +57,10 @@ export const list = [
|
||||
component: Edit
|
||||
},
|
||||
{
|
||||
key: "execl",
|
||||
content: rendContent("execl"),
|
||||
title: "导出execl",
|
||||
component: Execl
|
||||
key: "excel",
|
||||
content: rendContent("excel"),
|
||||
title: "导出excel",
|
||||
component: Excel
|
||||
},
|
||||
{
|
||||
key: "print",
|
||||
|
||||
Reference in New Issue
Block a user