Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
0422189d
Commit
0422189d
authored
Feb 23, 2025
by
wanghuazhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: 货币汇率有效期范围查询
parent
e40b85a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/ecw/currencyRate/index.vue
+1
-1
query.vue
src/views/ecw/currencyRate/query.vue
+1
-1
No files found.
src/views/ecw/currencyRate/index.vue
View file @
0422189d
...
...
@@ -84,7 +84,7 @@ export default Vue.extend({
params
:
{
page
:
1
,
rows
:
10
,
expiration
:
[
null
,
null
],
expiration
:
[
''
,
''
],
},
result
:
{
list
:
[],
...
...
src/views/ecw/currencyRate/query.vue
View file @
0422189d
...
...
@@ -21,7 +21,7 @@
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('有效期')"
prop=
"expiration"
>
<el-date-picker
v-model=
"params.expiration"
type=
"daterange"
value-format=
"yyyy-MM-dd
HH:mm:ss
"
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
/>
<el-date-picker
v-model=
"params.expiration"
type=
"daterange"
value-format=
"yyyy-MM-dd"
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
/>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"submit"
>
{{
$t
(
'
搜索
'
)
}}
</el-button>
...
...
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