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
35bfedb2
Commit
35bfedb2
authored
Jan 13, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待复核已完成详情页操作栏调整
parent
ce86c168
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+8
-8
TrnfndsDetail.vue
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
+8
-8
No files found.
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
35bfedb2
...
@@ -284,7 +284,7 @@
...
@@ -284,7 +284,7 @@
fixed=
"right"
fixed=
"right"
prop=
"display"
prop=
"display"
label=
"操作"
label=
"操作"
width=
"
20
0px"
width=
"
17
0px"
>
>
<template
slot=
"header"
>
<template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
...
@@ -333,7 +333,7 @@
...
@@ -333,7 +333,7 @@
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"SignaturesData.data"
:columns=
"SignaturesData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<c-istream-table
:list=
"SignaturesData.data"
:columns=
"SignaturesData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<el-table-column
label=
"Action"
width=
"
400px
"
>
<el-table-column
label=
"Action"
width=
"
auto
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<span>
{{
JSON
.
stringify
(
scope
.
row
)
}}
</span>
-->
<!--
<span>
{{
JSON
.
stringify
(
scope
.
row
)
}}
</span>
-->
<el-select
v-model=
"action[scope.row.IDX]"
style=
"100%"
disabled
>
<el-select
v-model=
"action[scope.row.IDX]"
style=
"100%"
disabled
>
...
@@ -346,7 +346,7 @@
...
@@ -346,7 +346,7 @@
</el-select>
</el-select>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<
!-- <
el-table-column
fixed="right"
fixed="right"
prop="display"
prop="display"
label="操作"
label="操作"
...
@@ -356,7 +356,7 @@
...
@@ -356,7 +356,7 @@
<c-col :span="11" style="text-align:left"><span>操作</span></c-col>
<c-col :span="11" style="text-align:left"><span>操作</span></c-col>
<c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col>
<c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col>
</template>
</template>
</el-table-column>
</el-table-column>
-->
</c-istream-table>
</c-istream-table>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -432,17 +432,17 @@ export default {
...
@@ -432,17 +432,17 @@ export default {
"1 1
\"
Type
\"
100 1 0:0 1 CORTYP"
,
"1 1
\"
Type
\"
100 1 0:0 1 CORTYP"
,
"2 2
\"
External Key
\"
300"
,
"2 2
\"
External Key
\"
300"
,
"3 3
\"
Document
\"
300"
,
"3 3
\"
Document
\"
300"
,
"4 4
\"
Show
\"
15
0 5 6:1 0 A"
,
"4 4
\"
Show
\"
20
0 5 6:1 0 A"
,
"5 5
\"
GenPDF
\"
150
5 6:1 0 B"
"5 5
\"
GenPDF
\"
auto
5 6:1 0 B"
],
],
data
:
[],
data
:
[],
},
},
SignaturesData
:
{
SignaturesData
:
{
columns
:
[
columns
:
[
'1 2:1 "User"
2
00'
,
'1 2:1 "User"
3
00'
,
'2 3:1 "Date / Time" 300'
,
'2 3:1 "Date / Time" 300'
,
// '3 5:1 "Action" 400',
// '3 5:1 "Action" 400',
'4 1:1 "Type"
2
00'
'4 1:1 "Type"
3
00'
],
],
data
:
[],
data
:
[],
},
},
...
...
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
View file @
35bfedb2
...
@@ -284,7 +284,7 @@
...
@@ -284,7 +284,7 @@
fixed=
"right"
fixed=
"right"
prop=
"display"
prop=
"display"
label=
"操作"
label=
"操作"
width=
"
20
0px"
width=
"
17
0px"
>
>
<template
slot=
"header"
>
<template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
...
@@ -333,7 +333,7 @@
...
@@ -333,7 +333,7 @@
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"SignaturesData.data"
:columns=
"SignaturesData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<c-istream-table
:list=
"SignaturesData.data"
:columns=
"SignaturesData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<el-table-column
label=
"Action"
width=
"
400px
"
>
<el-table-column
label=
"Action"
width=
"
auto
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<span>
{{
JSON
.
stringify
(
scope
.
row
)
}}
</span>
-->
<!--
<span>
{{
JSON
.
stringify
(
scope
.
row
)
}}
</span>
-->
<el-select
v-model=
"action[scope.row.IDX]"
style=
"100%"
disabled
>
<el-select
v-model=
"action[scope.row.IDX]"
style=
"100%"
disabled
>
...
@@ -346,7 +346,7 @@
...
@@ -346,7 +346,7 @@
</el-select>
</el-select>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<
!-- <
el-table-column
fixed="right"
fixed="right"
prop="display"
prop="display"
label="操作"
label="操作"
...
@@ -356,7 +356,7 @@
...
@@ -356,7 +356,7 @@
<c-col :span="11" style="text-align:left"><span>操作</span></c-col>
<c-col :span="11" style="text-align:left"><span>操作</span></c-col>
<c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col>
<c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col>
</template>
</template>
</el-table-column>
</el-table-column>
-->
</c-istream-table>
</c-istream-table>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -432,17 +432,17 @@ export default {
...
@@ -432,17 +432,17 @@ export default {
"1 1
\"
Type
\"
100 1 0:0 1 CORTYP"
,
"1 1
\"
Type
\"
100 1 0:0 1 CORTYP"
,
"2 2
\"
External Key
\"
300"
,
"2 2
\"
External Key
\"
300"
,
"3 3
\"
Document
\"
300"
,
"3 3
\"
Document
\"
300"
,
"4 4
\"
Show
\"
15
0 5 6:1 0 A"
,
"4 4
\"
Show
\"
20
0 5 6:1 0 A"
,
"5 5
\"
GenPDF
\"
150
5 6:1 0 B"
"5 5
\"
GenPDF
\"
auto
5 6:1 0 B"
],
],
data
:
[],
data
:
[],
},
},
SignaturesData
:
{
SignaturesData
:
{
columns
:
[
columns
:
[
'1 2:1 "User"
2
00'
,
'1 2:1 "User"
3
00'
,
'2 3:1 "Date / Time" 300'
,
'2 3:1 "Date / Time" 300'
,
// '3 5:1 "Action" 400',
// '3 5:1 "Action" 400',
'4 1:1 "Type"
2
00'
'4 1:1 "Type"
3
00'
],
],
data
:
[],
data
:
[],
},
},
...
...
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