Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swiftISOEditor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
swift
swiftISOEditor
Commits
a7aae73e
Commit
a7aae73e
authored
Jan 21, 2025
by
yuqiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改报文编辑国际化
parent
515be918
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
TextInput.vue
editor_vue/src/iso/components/TextInput.vue
+6
-6
index.vue
editor_vue/src/iso/pages/index.vue
+7
-7
No files found.
editor_vue/src/iso/components/TextInput.vue
View file @
a7aae73e
...
...
@@ -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
:
4
0
px
;
width
:
4
8
px
;
height
:
33px
;
line-height
:
30px
;
text-align
:
center
;
...
...
editor_vue/src/iso/pages/index.vue
View file @
a7aae73e
...
...
@@ -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>
-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment