Commit a7aae73e by yuqiao

修改报文编辑国际化

parent 515be918
......@@ -14,11 +14,11 @@
<span v-if="showSpan" class="add-btn" @click="generate">+</span>
<!-- 搜索账户和地址 -->
<span v-if="ifaccount" class="search-btn" @click="choose">
搜索
Search
</span>
<el-dialog
:visible.sync="dialogVisible"
title="请选择"
title="Please select"
v-if="dialogVisible"
width="80%"
append-to-body
......@@ -37,7 +37,7 @@
</el-input>
<span class="search-btn" @click="loadData">
搜索
Search
</span>
</div>
......@@ -51,10 +51,10 @@
></s-table>
<span slot="footer">
<el-button @click="dialogVisible = false" size="mini">取 消</el-button>
<el-button @click="dialogVisible = false" size="mini">Cancel</el-button>
<el-button @click="chooseConfirm" size="mini" type="primary"
>确 定</el-button
>Confirm</el-button
>
</span>
</el-dialog>
......@@ -437,7 +437,7 @@ export default {
.search-btn {
display: inline-block;
width: 40px;
width: 48px;
height: 33px;
line-height: 30px;
text-align: center;
......
......@@ -9,14 +9,14 @@
@click="validateMessage"
size="small"
type="primary"
>检核</el-button
>Check</el-button
>
<el-button v-else ref="openBtn" @click="open" size="small" type="primary"
>展开</el-button
>Expand</el-button
>
<br /><br /><br />
<el-button v-if="onShow" @click="genMessage" size="small" type="primary"
>发送</el-button
>Send</el-button
>
<el-button
v-else
......@@ -24,11 +24,11 @@
@click="close"
size="small"
type="primary"
>收起</el-button
>Collapse</el-button
>
<br /><br /><br />
<!-- <el-button v-if="thShow" @click="mx2mt" size="small" type="primary">转换</el-button> -->
<el-button v-if="!onShow" type="primary" @click="showTemplate(mty)" size="small">模板</el-button>
<el-button v-if="!onShow" type="primary" @click="showTemplate(mty)" size="small">Template</el-button>
</div>
<el-tabs
type="card"
......@@ -37,7 +37,7 @@
activeName="messageTab"
:before-leave="beforeTabLeave"
>
<el-tab-pane label="报文信息" name="messageTab">
<el-tab-pane label="Message Information" name="messageTab">
<el-form :model="treeModel" size="small" inline-message ref="form">
<el-tree
ref="tree"
......@@ -114,7 +114,7 @@
</el-tree>
</el-form>
</el-tab-pane>
<el-tab-pane label="预览" name="previewTab">
<el-tab-pane label="Preview" name="previewTab">
<div>
<div class="left">
<!-- <h3 class="title1">MX Message</h3> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment