泰国翻译

This commit is contained in:
fan 2023-06-01 16:17:14 +08:00
parent 795e8d8196
commit c84cc54639
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
:close-on-click-modal="false"
>
<el-row>
<el-col :span="11">GroupNumber</el-col>
<el-col :span="11">Train set number</el-col>
<el-col :span="11" :offset="1">
<el-select v-model="addModel.groupNumber" size="mini">
<el-option

View File

@ -89,7 +89,7 @@ export default {
cmdType: CMD.Fault.CMD_CANCEL_FAULT
},
{
label: 'Add a spare train',
label: 'Add Train',
handler: this.loadSpare,
cmdType: CMD.Section.CMD_TRAIN_LOAD_SPARE_TRAIN
}