国际化调整
This commit is contained in:
parent
c1bee69b5c
commit
9cefb34ce1
@ -230,31 +230,27 @@ export default {
|
|||||||
clear: '清空',
|
clear: '清空',
|
||||||
IncorrectPassword: '密码输入错误!',
|
IncorrectPassword: '密码输入错误!',
|
||||||
|
|
||||||
// 控制模式转换
|
controlModeConversion: '控制模式转换',
|
||||||
// 选择
|
select: '选择',
|
||||||
// 操作区域
|
operatingArea: '操作区域',
|
||||||
// 控制模式
|
controlMode: '控制模式',
|
||||||
// 中心-车站通信状态
|
centerStationCommunicationStatus: '中心-车站通信状态',
|
||||||
// 转换执行状态
|
transferExecutionStatus: '转换执行状态',
|
||||||
// 强制站控
|
forcedStationControl: '强制站控',
|
||||||
// 请求站控
|
requestStationControl: '请求站控',
|
||||||
// 请求中控
|
requestInTheControl: '请求中控',
|
||||||
// 关闭
|
close: '关闭',
|
||||||
// 中控
|
inTheControl: '中控',
|
||||||
// 站控
|
stationControl: '站控',
|
||||||
// 接受转换应答超时
|
// 接受转换应答超时
|
||||||
// 控制模式转换成功
|
controlModeTransfersuccees: '控制模式转换成功',
|
||||||
// 控制模式转换失败
|
// 控制模式转换失败
|
||||||
// 已发送转换请求,
|
// 已发送转换请求,
|
||||||
// 秒后超时.
|
// 秒后超时.
|
||||||
// 正常
|
normal: '正常',
|
||||||
// 请选择一条数据
|
selectData: '请选择一条数据',
|
||||||
// 确认将如下操作区域的控制模式由中控转为站控:
|
confirmStationControlTip: '确认将如下操作区域的控制模式由中控转为站控:',
|
||||||
// 操作区域
|
confirmInTheControlTip: '确认将如下操作区域的控制模式由站控转为中控:',
|
||||||
// 确认将如下操作区域的控制模式由中控转为站控:
|
|
||||||
// 操作区域
|
|
||||||
// 确认将如下操作区域的控制模式由站控转为中控:
|
|
||||||
// 操作区域
|
|
||||||
|
|
||||||
addLocation: '添加位置',
|
addLocation: '添加位置',
|
||||||
terminalOne: '终 端:',
|
terminalOne: '终 端:',
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<el-form-item :label="$t('menu.menuDialog.addTrainNumber')" label-width="115px" prop="groupNumber">
|
<el-form-item :label="$t('menu.menuDialog.addTrainNumber')" label-width="115px" prop="groupNumber" id="groupNumber">
|
||||||
<el-input v-model="addModel.groupNumber"></el-input>
|
<el-input v-model="addModel.groupNumber"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
@ -160,7 +160,7 @@
|
|||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
}
|
}
|
||||||
#frontTrainNumber{
|
#frontTrainNumber,#groupNumber label{
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user