Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
d43b7a61
Commit
d43b7a61
authored
Sep 15, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共页面报文及面函Docpan.vue中check字段加<el-form-item>标签包起来
parent
5532231b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
Docpan.vue
src/views/Public/Docpan.vue
+15
-0
No files found.
src/views/Public/Docpan.vue
View file @
d43b7a61
...
...
@@ -4,6 +4,10 @@
<c-istream-table-docpan
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
label=
"Medium"
>
<template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
:prop=
"'trnmod.trndoc.doceot.' + scope.$index + '.cortyp'"
>
<c-select
v-model=
"
scope.row.cortyp
...
...
@@ -20,6 +24,7 @@
>
</el-option>
</c-select>
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"报文格式"
>
...
...
@@ -63,6 +68,10 @@
</el-table-column>
<el-table-column
label=
"传送方式"
>
<
template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
:prop=
"'trnmod.trndoc.doceot.' + scope.$index + '.apf'"
>
<c-select
v-model=
"
scope.row.apf
...
...
@@ -79,6 +88,7 @@
>
</el-option>
</c-select>
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"Or."
width=
"65%"
>
...
...
@@ -109,6 +119,10 @@
</el-table-column>
<el-table-column
label=
""
>
<
template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
:prop=
"'trnmod.trndoc.doceot.' + scope.$index + '.staflg'"
>
<c-select
v-model=
"
scope.row.staflg
...
...
@@ -124,6 +138,7 @@
>
</el-option>
</c-select>
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"115px"
fixed=
"right"
>
...
...
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