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
zhouqian
vue-gjjs
Commits
b054fbb6
Commit
b054fbb6
authored
Jan 17, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
16138a37
69ae3f8f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
15 deletions
+6
-15
Utlp.vue
src/views/Business/Bdtset/Utlp.vue
+1
-1
index.vue
src/views/Business/Bdtset/index.vue
+3
-0
Selp.vue
src/views/Business/Bopsel/Selp.vue
+1
-1
Ptap.vue
src/views/Public/Ptap.vue
+1
-13
No files found.
src/views/Business/Bdtset/Utlp.vue
View file @
b054fbb6
...
...
@@ -544,7 +544,7 @@
<el-divider></el-divider>
</c-col>
<c-col
:span=
"23"
:offset=
"0"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:paginationShow=
"false"
:showSelection=
"true"
>
<c-istream-table
ref=
"bwxxIst"
:list=
"stmData.data"
:columns=
"stmData.columns"
:paginationShow=
"false"
:showSelection=
"true"
>
</c-istream-table>
</c-col>
...
...
src/views/Business/Bdtset/index.vue
View file @
b054fbb6
...
...
@@ -189,6 +189,9 @@ export default {
console
.
log
(
rtnmsg
)
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
)
that
.
$refs
.
utlp
.
stmData
.
data
=
rtnmsg
.
data
.
liaall_tenstm
.
rows
this
.
$nextTick
(()
=>
{
that
.
$refs
.
utlp
.
$refs
.
bwxxIst
.
$refs
.
table
.
toggleAllSelection
()
})
console
.
log
(
this
.
model
);
if
(
this
.
isInDisplay
){
this
.
restoreDisplay
()
...
...
src/views/Business/Bopsel/Selp.vue
View file @
b054fbb6
...
...
@@ -210,7 +210,7 @@
>
查询
</el-button
>
<el-button
type=
"text"
@
click=
"searchToggle=false"
>
展开
收起
<i
class=
"el-icon-arrow-up"
></i>
</el-button>
</c-col>
...
...
src/views/Public/Ptap.vue
View file @
b054fbb6
...
...
@@ -29,8 +29,7 @@
>
</c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10px;padding: 0 10px;"
class=
"searchButton"
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
...
...
@@ -39,7 +38,6 @@
</c-button>
<c-button
style=
"margin:0 0"
class=
"detailsButton"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
...
...
@@ -178,14 +176,4 @@ export default {
};
</
script
>
<
style
>
.searchButton
{
text-align
:
center
;
/* margin: 0 10px; */
margin-right
:
10px
;
padding
:
0
10px
;
}
.detailsButton
{
margin-left
:
10px
;
}
</
style
>
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