Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
e8f8a26b
Commit
e8f8a26b
authored
Jul 13, 2023
by
yangzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
币种
parent
45be44d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletions
+22
-1
src/views/basics/currency.vue
+22
-1
No files found.
src/views/basics/currency.vue
View file @
e8f8a26b
<
template
>
<div
class=
"wraper"
>
<el-form
:inline=
"true"
size=
"mini"
>
<el-form-item
label=
"日期"
>
<el-input
clearable
style=
"width: 150px"
v-model=
"searchForm.currencyDate"
placeholder=
"日期"
></el-input>
</el-form-item>
<el-form-item
label=
"币种"
>
<el-input
clearable
style=
"width: 150px"
v-model=
"searchForm.currencyCode"
placeholder=
"币种"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"getList()"
icon=
"el-icon-search"
>
查询
</el-button>
</el-form-item>
</el-form>
<div
class=
"table_wrap"
v-loading=
"loading"
>
<table-vue
:sourceData=
"sourceData"
...
...
@@ -185,7 +206,7 @@ export default {
key
:
'currencyCode'
,
},
{
label
:
'
币种
日期'
,
label
:
'日期'
,
key
:
'currencyDate'
,
},
{
...
...
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