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