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
28be2316
Commit
28be2316
authored
Jun 10, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函表格调整
parent
bd0f2884
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
6 deletions
+24
-6
IStreamTableDocpan.vue
src/components/IStreamTableDocpan.vue
+10
-2
Docpan.vue
src/views/Business/Ditopn/Docpan.vue
+13
-3
Mt799.vue
src/views/Business/Ditopn/Mt799.vue
+1
-1
No files found.
src/components/IStreamTableDocpan.vue
View file @
28be2316
<
template
>
<div
class=
"eContainer-table-block"
>
<el-table
:data=
"tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
style=
"width: 100%"
class=
"eContainer-table"
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}">
<el-table
:data=
"tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
style=
"width: 100%"
class=
"eContainer-table"
:row-class-name=
"tableRowClassName"
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}">
<el-table-column
v-for=
"(item, key) in tableColumns"
:key=
"key"
...
...
@@ -84,7 +89,10 @@ export default {
},
currentChange
(
currentPage
)
{
this
.
currentPage
=
currentPage
;
}
},
tableRowClassName
(
row
)
{
row
.
row
.
index
=
row
.
rowIndex
+
(
this
.
currentPage
-
1
)
*
this
.
pageSize
;
}
}
};
</
script
>
...
...
src/views/Business/Ditopn/Docpan.vue
View file @
28be2316
...
...
@@ -7,15 +7,25 @@
</el-col>
<c-istream-table-docpan
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
label=
"传送方式"
>
<template
slot-scope=
"scope"
>
<!--
<c-select
v-model=
"model.trnmod_trndoc_doceot[scope.$index]"
style=
"width:100%"
placeholder=
"请选择"
>
-->
<c-select
v-model=
"model.trnmod.trndoc.doceot[scope.row.index].apflab1"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.apftxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleDisplay(scope.
$
index, scope.row)"
>
显示
</el-button>
@
click=
"handleDisplay(scope.
row.
index, scope.row)"
>
显示
</el-button>
<el-button
size=
"mini"
type=
"danger"
@
click=
"handleDetail(scope.
$
index, scope.row)"
>
明细
</el-button>
@
click=
"handleDetail(scope.
row.
index, scope.row)"
>
明细
</el-button>
</
template
>
</el-table-column>
</c-istream-table-docpan>
...
...
@@ -126,7 +136,7 @@ export default {
"cortyp 类型"
,
"docsnf 报文格式"
,
"docuil 语言"
,
"apf 传送方式"
//
"apf 传送方式"
],
data
:
[
]
...
...
src/views/Business/Ditopn/Mt799.vue
View file @
28be2316
...
...
@@ -21,7 +21,7 @@
<el-col
:span=
"15"
>
<el-form-item
label=
"MT799(79)备注"
prop=
"ditp.remark"
>
<c-input
type=
"textarea"
v-model=
"model.ditp.remark"
maxlength=
"
28
0"
:rows=
"6"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.ditp.remark"
maxlength=
"
80
0"
:rows=
"6"
></c-input>
</el-form-item>
</el-col>
</div>
...
...
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