国际化调整
This commit is contained in:
parent
9b3be49329
commit
1e4deb2353
@ -359,6 +359,8 @@ export default {
|
|||||||
addTask2: 'Add task',
|
addTask2: 'Add task',
|
||||||
deleteTask2: 'Delete task',
|
deleteTask2: 'Delete task',
|
||||||
replace: 'replace',
|
replace: 'replace',
|
||||||
|
jumpStop: 'Jump stop',
|
||||||
|
centerDetainTrain: 'Center detain train',
|
||||||
inTheLibrary: 'In the library',
|
inTheLibrary: 'In the library',
|
||||||
outOfTheLibrary: 'Out of the library',
|
outOfTheLibrary: 'Out of the library',
|
||||||
changeTripNumber: 'Change trip number',
|
changeTripNumber: 'Change trip number',
|
||||||
|
@ -361,6 +361,7 @@ export default {
|
|||||||
lineStartTime: '线路开始时间',
|
lineStartTime: '线路开始时间',
|
||||||
lineEndTime: '线路结束时间',
|
lineEndTime: '线路结束时间',
|
||||||
lineDetails: '线路详细信息',
|
lineDetails: '线路详细信息',
|
||||||
|
jumpStop: '跳停',
|
||||||
station: '车站',
|
station: '车站',
|
||||||
affectSubsequentTasks: '影响后续任务',
|
affectSubsequentTasks: '影响后续任务',
|
||||||
manual: '手工',
|
manual: '手工',
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
class="fuzhou-01__systerm stand-stop-time"
|
class="fuzhou-01__systerm stand-stop-time"
|
||||||
:title="title"
|
:title="title"
|
||||||
:visible.sync="show"
|
:visible.sync="show"
|
||||||
width="390px"
|
width="430px"
|
||||||
:before-close="doClose"
|
:before-close="doClose"
|
||||||
:z-index="2000"
|
:z-index="2000"
|
||||||
:modal="false"
|
:modal="false"
|
||||||
@ -36,9 +36,9 @@
|
|||||||
controls-position="right"
|
controls-position="right"
|
||||||
:min="0"
|
:min="0"
|
||||||
size="mini"
|
size="mini"
|
||||||
style="width: 130px; padding-left:30px"
|
style="width: 125px; padding-left:25px"
|
||||||
@change="inputTime"
|
@change="inputTime"
|
||||||
/>{{ $t('global.second') }}
|
/><span> {{ $t('global.second') }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding: 0px 15px; height: 30px;">
|
<div style="padding: 0px 15px; height: 30px;">
|
||||||
|
Loading…
Reference in New Issue
Block a user