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
c193a4c0
Commit
c193a4c0
authored
Jan 14, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
9da714e1
7712449d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+1
-1
Sptpopup.vue
src/views/Business/Sptsel/Sptpopup.vue
+1
-1
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+4
-4
Header.vue
src/views/Layout/Header.vue
+2
-1
No files found.
src/views/Business/Infdid/Infsea.vue
View file @
c193a4c0
...
...
@@ -296,7 +296,7 @@
</c-list-search>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
@
click=
"toDitopn"
>
信用证开立
</c-button>
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 0px"
type=
"primary"
@
click=
"toDitopn"
>
信用证开立
</c-button>
</c-col>
<!-- <el-row> -->
...
...
src/views/Business/Sptsel/Sptpopup.vue
View file @
c193a4c0
...
...
@@ -16,7 +16,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:right"
>
<c-button
size=
"small"
@
click=
"exit"
>
返回
</c-button>
<c-button
type=
"primary"
size=
"small"
@
click=
"exit"
>
返回
</c-button>
</c-col>
<c-col
:span=
"24"
style=
"height: 10px"
>
<el-divider></el-divider>
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
c193a4c0
...
...
@@ -2,7 +2,7 @@
<c-page
title=
""
>
<!--
<div
class=
"eContainer"
>
-->
<c-content
:height=
"120"
>
<div
class=
"eibs-tab"
style=
"margin-left:9px;padding:5px 5px 5px 5px"
>
<div
class=
"eibs-tab"
>
<!--
<c-col
:span=
"23"
>
<div
style=
"float:right;margin-bottom:10px"
>
<el-button
size=
"small"
>
交易快照
</el-button>
...
...
@@ -26,8 +26,8 @@
size=
"small"
>
<c-content>
<
c-col
:span=
"23"
style=
"margin:0 0 5px 0"
>
<c-col
:span=
"1
3
"
style=
"height:24px;"
>
<
!--
<c-col
:span=
"23"
style=
"margin:0 0 5px 0"
>
--
>
<c-col
:span=
"1
2
"
style=
"height:24px;"
>
<el-form-item
label=
"基本信息"
class=
"messageLabel"
>
</el-form-item>
</c-col>
...
...
@@ -36,7 +36,7 @@
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
智能提示
</c-button>
<c-button
size=
"small"
@
click=
"exit"
type=
"primary"
style=
"margin-left:0"
>
返回
</c-button>
</c-col>
<
/c-col
>
<
!--
</c-col>
--
>
<c-col
:span=
"23"
style=
"height: 10px;margin-bottom:10px"
>
<el-divider></el-divider>
</c-col>
...
...
src/views/Layout/Header.vue
View file @
c193a4c0
...
...
@@ -180,7 +180,8 @@ export default {
this
.
langSelectVisible
=
false
;
},
showLogoutDialog
(
flg
)
{
this
.
$refs
.
logoutform
.
show
(
flg
);
// this.$refs.logoutform.show(flg);
this
.
$store
.
dispatch
(
"TagsView/delAllViews"
).
then
(()
=>
this
.
$router
.
push
(
"/login"
))
},
showChgPwdDialog
()
{
this
.
$refs
[
"chgPwdForm"
].
dialogOpen
=
true
;
...
...
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