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
994229f4
Commit
994229f4
authored
Jun 30, 2023
by
yangzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇率
parent
431fcb43
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
src/views/basics/currency.vue
+3
-3
src/views/home/navMenu.vue
+8
-8
No files found.
src/views/basics/currency.vue
View file @
994229f4
...
@@ -52,12 +52,12 @@
...
@@ -52,12 +52,12 @@
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
<el-form-item
label=
"
对
人民币汇率"
label=
"
兑
人民币汇率"
prop=
"exchangeCnyRate"
prop=
"exchangeCnyRate"
>
>
<el-input
<el-input
v-model=
"addcurrencyform.exchangeCnyRate"
v-model=
"addcurrencyform.exchangeCnyRate"
placeholder=
"
对
人民币汇率"
placeholder=
"
兑
人民币汇率"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
<el-form-item
...
@@ -185,7 +185,7 @@ export default {
...
@@ -185,7 +185,7 @@ export default {
key
:
'currencyName'
,
key
:
'currencyName'
,
},
},
{
{
label
:
'
对
人民币汇率'
,
label
:
'
兑
人民币汇率'
,
key
:
'exchangeCnyRate'
,
key
:
'exchangeCnyRate'
,
align
:
'center'
,
align
:
'center'
,
},
},
...
...
src/views/home/navMenu.vue
View file @
994229f4
...
@@ -187,14 +187,14 @@ export default {
...
@@ -187,14 +187,14 @@ export default {
index
:
'/saas/currency'
,
index
:
'/saas/currency'
,
children
:
[],
children
:
[],
},
},
//
{
{
//
id: 4,
id
:
4
,
//
path: '',
path
:
''
,
//
label: '定时任务',
label
:
'定时任务'
,
//
icon: 'el-icon-message-solid',
icon
:
'el-icon-message-solid'
,
//
index: '/saas/timed_task',
index
:
'/saas/timed_task'
,
//
children: [],
children
:
[],
//
},
},
],
],
},
},
],
],
...
...
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