updated Multi Language for a few pages

This commit is contained in:
Marvin Zhang
2019-03-26 19:33:03 +08:00
parent 9a7ade8e6e
commit 3af510a417
12 changed files with 174 additions and 100 deletions

View File

@@ -3,12 +3,12 @@
<el-col :span="12">
<!--last tasks-->
<el-row>
<task-table-view title="Latest Tasks"/>
<task-table-view :title="$t('Latest Tasks')"/>
</el-row>
<!--last deploys-->
<el-row v-if="false">
<deploy-table-view title="Latest Deploys"/>
<deploy-table-view :title="$t('Latest Deploys')"/>
</el-row>
</el-col>

View File

@@ -2,7 +2,7 @@
<el-row>
<el-col :span="12" style="padding-right: 20px;">
<el-row>
<h4 class="title">Task Info</h4>
<h4 class="title">{{$t('Task Info')}}</h4>
<task-info-view/>
</el-row>
<el-row style="border-bottom:1px solid #e4e7ed;margin:0 0 20px 0;padding-bottom:20px;"/>
@@ -10,11 +10,11 @@
<el-col :span="12">
<el-row>
<h4 class="title spider-title" @click="onClickSpiderTitle">Spider Info</h4>
<h4 class="title spider-title" @click="onClickSpiderTitle">{{$t('Spider Info')}}</h4>
<spider-info-view :is-view="true"/>
</el-row>
<el-row>
<h4 class="title node-title" @click="onClickNodeTitle">Node Info</h4>
<h4 class="title node-title" @click="onClickNodeTitle">{{$t('Node Info')}}</h4>
<node-info-view :is-view="true"/>
</el-row>
</el-col>