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
f6bfacaa
Commit
f6bfacaa
authored
Jul 18, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
有效期添加一般
parent
7c854867
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
index.vue
src/views/ecw/exchangeRate/index.vue
+5
-0
No files found.
src/views/ecw/exchangeRate/index.vue
View file @
f6bfacaa
...
...
@@ -109,6 +109,9 @@
{{$t('例子:1RMB = 0.138611USD')}}
</p>
</el-form-item>
<el-form-item
:label=
"$t('有效期')"
prop=
"expireDate"
>
<el-date-picker
v-model=
"form.expireDate"
type=
"datetime"
value-format=
"yyyy-MM-DD HH:mm:ss"
></el-date-picker>
</el-form-item>
<el-form-item
:label=
"$t('备注')"
>
<el-input
type=
"textarea"
v-model=
"form.note"
></el-input>
</el-form-item>
...
...
@@ -202,6 +205,7 @@ export default {
targetCurrencyId
:
[{
required
:
true
,
message
:
this
.
$t
(
'
币种2不能为空
'
),
trigger
:
"
change
"
}],
targetCurrencyCode
:
[{
required
:
true
,
message
:
this
.
$t
(
'
目标种代码不能为空
'
),
trigger
:
"
blur
"
}],
currencyRate
:
[{
required
:
true
,
message
:
this
.
$t
(
'
汇率不能为空
'
),
trigger
:
"
blur
"
}],
expireDate
:
[{
required
:
true
,
message
:
this
.
$t
(
'
有效期不能为空
'
),
trigger
:
"
blur
"
}],
},
formLog
:{
rows
:
10
,
...
...
@@ -287,6 +291,7 @@ export default {
"targetCurrencyCode": "",
"targetCurrencyId": '',
id: null,
expireDate:""
};
this.resetForm("form");
},
...
...
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