---完善国际化

This commit is contained in:
lai
2023-11-15 17:45:28 +08:00
parent 84e7e2ef9f
commit 2ef4261e1b
5 changed files with 17 additions and 22 deletions

View File

@@ -94,7 +94,7 @@ let tableColumns: ColumnsType = [
width: 3,
},
{
title: 'STATUS',
title: 'Status',
dataIndex: 'status',
align: 'center',
width: 2,
@@ -112,7 +112,7 @@ let tableColumns: ColumnsType = [
// width: 10,
// },
{
title: 'ALGO_INDEX',
title: 'ALGO Index',
dataIndex: 'algoIndex',
align: 'center',
width: 4,
@@ -934,7 +934,7 @@ onMounted(() => {
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item label="Algo Index" name="algo">
<a-form-item label="ALGO Index" name="algo">
{{ modalState.from.algoIndex }}
</a-form-item>
</a-col>
@@ -1011,7 +1011,7 @@ onMounted(() => {
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
label="Algo Index"
label="ALGO Index"
name="algo"
v-bind="modalStateFrom.validateInfos.algoIndex"
>
@@ -1116,7 +1116,7 @@ onMounted(() => {
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
label="Algo Index"
label="ALGO Index"
name="algo"
v-bind="modalStateBatchFrom.validateInfos.algoIndex"
>