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