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
a257c25c
Commit
a257c25c
authored
Nov 08, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交易入口显示交易的粗略信息
parent
3dde5cb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
BusNavbar.vue
src/views/Public/BusNavbar.vue
+19
-0
No files found.
src/views/Public/BusNavbar.vue
View file @
a257c25c
...
...
@@ -21,6 +21,11 @@
:disabled=
"item.isDis === 'N'"
>
{{
item
.
label
}}
</c-button
>
<div
style=
"margin-top: 15px;margin-left: 10px;"
>
<div
v-for=
"(str,idx) in tState"
:key=
"idx"
style=
"margin-bottom: 5px;font-weight: bold;"
>
{{
str
}}
</div>
</div>
</div>
</div>
</div>
...
...
@@ -60,6 +65,7 @@ export default {
navcode
:
[
// {code:"",label:"",isDis:"",title:""},
],
tState
:
[]
};
},
methods
:
{
...
...
@@ -137,6 +143,19 @@ export default {
};
this
.
navcode
.
push
(
newList
);
}
// 交易状态信息
const
arr
=
[]
arr
.
push
(
this
.
model
.
selbut
.
dsppndclm
,
this
.
model
.
selbut
.
dsppndram
,
this
.
model
.
selbut
.
dspamenbr
,
this
.
model
.
selbut
.
dspclsdat
,
this
.
model
.
dspgcdclsdat
)
this
.
tState
=
arr
.
filter
(
s
=>
{
const
v
=
s
.
trim
()
return
v
!==
""
})
}
else
{
this
.
navcode
=
[];
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
...
...
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