refactor: 重构国际化文件命名规范以及演示页加上代码位置提示

This commit is contained in:
xiaoxian521
2024-03-26 23:29:11 +08:00
parent 52103ab52d
commit 9d5f6eed12
111 changed files with 1397 additions and 942 deletions

View File

@@ -18,7 +18,7 @@ function tabClick({ index }) {
<template #header>
<div class="card-header">
<span class="font-medium">
可编辑用法全部采用 tsx 语法充分发挥
可编辑用法全部采用 TSX 语法充分发挥
<el-link
href="https://github.com/pure-admin/pure-admin-table"
target="_blank"
@@ -29,6 +29,13 @@ function tabClick({ index }) {
的灵活性维护整体表格只需操作 columns 配置即可
</span>
</div>
<el-link
class="mt-2"
href="https://github.com/pure-admin/vue-pure-admin/blob/main/src/views/table/edit"
target="_blank"
>
代码位置 src/views/table/edit
</el-link>
</template>
<el-alert
@@ -66,7 +73,7 @@ function tabClick({ index }) {
}
:deep(.el-alert__title) {
font-size: 16px;
font-size: 15px;
}
:deep(.el-tabs__nav-next),

View File

@@ -18,7 +18,7 @@ function tabClick({ index }) {
<template #header>
<div class="card-header">
<span class="font-medium">
高级用法全部采用 tsx 语法充分发挥
高级用法全部采用 TSX 语法充分发挥
<el-link
href="https://github.com/pure-admin/pure-admin-table"
target="_blank"
@@ -29,6 +29,13 @@ function tabClick({ index }) {
的灵活性维护整体表格只需操作 columns 配置即可
</span>
</div>
<el-link
class="mt-2"
href="https://github.com/pure-admin/vue-pure-admin/blob/main/src/views/table/high"
target="_blank"
>
代码位置 src/views/table/high
</el-link>
</template>
<el-alert
@@ -66,7 +73,7 @@ function tabClick({ index }) {
}
:deep(.el-alert__title) {
font-size: 16px;
font-size: 15px;
}
:deep(.el-tabs__nav-next),

View File

@@ -18,7 +18,7 @@ function tabClick({ index }) {
<template #header>
<div class="card-header">
<span class="font-medium">
二次封装 element-plus
二次封装 Element Plus
<el-link
href="https://element-plus.org/zh-CN/component/table.html"
target="_blank"
@@ -37,6 +37,13 @@ function tabClick({ index }) {
</el-link>
</span>
</div>
<el-link
class="mt-2"
href="https://github.com/pure-admin/vue-pure-admin/blob/main/src/views/table/base"
target="_blank"
>
代码位置 src/views/table/base
</el-link>
</template>
<el-alert
@@ -74,7 +81,7 @@ function tabClick({ index }) {
}
:deep(.el-alert__title) {
font-size: 16px;
font-size: 15px;
}
:deep(.el-tabs__nav-next),

View File

@@ -28,6 +28,13 @@ function tabClick({ index }) {
</el-link>
</span>
</div>
<el-link
class="mt-2"
href="https://github.com/pure-admin/vue-pure-admin/blob/main/src/views/table/virtual"
target="_blank"
>
代码位置 src/views/table/virtual
</el-link>
</template>
<el-tabs @tab-click="tabClick">