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
025ebd7d
Commit
025ebd7d
authored
Oct 19, 2024
by
ZcyJames
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.码表转换
parent
e501ca2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
index.js
src/config/CodeTable/index.js
+13
-0
Mainpanel.vue
src/page/Frontend/Fxdsdb/views/Mainpanel.vue
+4
-0
No files found.
src/config/CodeTable/index.js
View file @
025ebd7d
...
@@ -10059,6 +10059,19 @@ const CodeTable = {
...
@@ -10059,6 +10059,19 @@ const CodeTable = {
{
label
:
"无需复核"
,
value
:
"O"
},
{
label
:
"无需复核"
,
value
:
"O"
},
{
label
:
"待退报复核"
,
value
:
"T"
},
{
label
:
"待退报复核"
,
value
:
"T"
},
],
],
cpsfiltyp
:
[
{
label
:
"公共参数数据文件"
,
value
:
"9"
},
{
label
:
"公共参数数据变更信息文件"
,
value
:
"10"
},
{
label
:
"报文编号与业务种类对照关系"
,
value
:
"11"
},
{
label
:
"变更期数信息文件"
,
value
:
"12"
},
{
label
:
"参与者信息文件"
,
value
:
"13"
},
{
label
:
"参与者变更信息文件"
,
value
:
"14"
},
{
label
:
"参与者运行状态文件"
,
value
:
"15"
},
{
label
:
"直间参关系信息文件"
,
value
:
"16"
},
{
label
:
"直间参关系变更信息文件"
,
value
:
"17"
},
{
label
:
"参与者数字证书绑定信息文件"
,
value
:
"18"
},
{
label
:
"业务权限信息文件"
,
value
:
"19"
},
],
msgmst
:[
msgmst
:[
{
label
:
"G渠道"
,
value
:
"gisp"
},
{
label
:
"G渠道"
,
value
:
"gisp"
},
{
label
:
"CIPS"
,
value
:
"xml"
},
{
label
:
"CIPS"
,
value
:
"xml"
},
...
...
src/page/Frontend/Fxdsdb/views/Mainpanel.vue
View file @
025ebd7d
...
@@ -61,6 +61,10 @@
...
@@ -61,6 +61,10 @@
</el-table-column>
</el-table-column>
<el-table-column
v-for=
"(item, key) in stmData.columns"
:key=
"key"
:label=
"item.label"
:prop=
"item.prop"
<el-table-column
v-for=
"(item, key) in stmData.columns"
:key=
"key"
:label=
"item.label"
:prop=
"item.prop"
:min-width=
"item.width"
>
:min-width=
"item.width"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-if=
"item.prop == 'filtyp'"
v-model=
"scope.row.filtyp"
:code=
"codes.cpsfiltyp"
></c-select-value-to-label>
<span
v-else
>
{{
scope
.
row
[
item
.
prop
]
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
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