---完善国际化
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user