Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
e3f2954b
Commit
e3f2954b
authored
Oct 21, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://114.115.138.98:8900/isc-v3.1/isc-web-vue
into develop
parents
99987d4b
94ddbcbe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.js
src/config/CodeTable/index.js
+0
-0
Cnfp.vue
src/page/Funds/Fxtfcm/views/Cnfp.vue
+2
-2
Ovwp.vue
src/page/Funds/Fxtfcm/views/Ovwp.vue
+3
-3
No files found.
src/config/CodeTable/index.js
View file @
e3f2954b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/page/Funds/Fxtfcm/views/Cnfp.vue
View file @
e3f2954b
...
...
@@ -106,12 +106,12 @@
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"备注"
prop=
"fxdgrp.blk.remark"
>
<c-input
type=
"textarea"
v-model=
"model.fxdgrp.blk.remark"
maxlength=
"140"
:rows=
"4"
style=
"width:100%"
placeholder=
"请输入备注"
>
<c-input
type=
"textarea"
v-model=
"model.fxdgrp.blk.remark"
maxlength=
"140"
:rows=
"4"
style=
"width:100%"
placeholder=
"请输入备注"
>
</c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.swtflg"
>
发送MT300
</c-checkbox>
<c-checkbox
true-label=
"X"
v-model=
"model.swtflg"
>
发送MT300
</c-checkbox>
</c-col>
</c-col>
<!-- ==================右边================ -->
...
...
src/page/Funds/Fxtfcm/views/Ovwp.vue
View file @
e3f2954b
<
template
>
<div
class=
"eibs-tab"
>
<c-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"平盘确认信息"
name=
"cnfp"
>
<el-collapse-item
title=
"平盘确认信息"
name=
"cnfp"
>
<m-cnfp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"Mt300报文信息"
name=
"mt300"
>
<m-mt300
:model=
"model"
:codes=
"codes"
ref=
"mt300"
/>
<el-collapse-item
title=
"Mt300报文信息"
name=
"mt300"
v-if=
"model.swtflg=='X'"
>
<m-mt300
:model=
"model"
:codes=
"codes"
ref=
"mt300"
/>
</el-collapse-item>
</c-collapse>
...
...
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