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
44597969
Commit
44597969
authored
Jul 21, 2020
by
傅凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化显示
parent
e621b521
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
Doc.vue
src/views/Public/Doc.vue
+6
-1
Glelst.vue
src/views/Public/Glelst.vue
+3
-0
No files found.
src/views/Public/Doc.vue
View file @
44597969
...
...
@@ -35,7 +35,12 @@
<
script
>
export
default
{
props
:[
'model'
]
props
:[
'model'
],
methods
:{
detail
(){
}
}
}
</
script
>
...
...
src/views/Public/Glelst.vue
View file @
44597969
...
...
@@ -25,6 +25,9 @@
<el-table-column
prop=
"valdat"
label=
"起息日"
>
<template
slot-scope=
"scope"
>
{{
dateFormat
(
scope
.
row
.
valdat
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"trmtyp"
...
...
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