Commit 994229f4 by yangzhi

汇率

parent 431fcb43
......@@ -52,12 +52,12 @@
></el-input>
</el-form-item>
<el-form-item
label="人民币汇率"
label="人民币汇率"
prop="exchangeCnyRate"
>
<el-input
v-model="addcurrencyform.exchangeCnyRate"
placeholder="人民币汇率"
placeholder="人民币汇率"
></el-input>
</el-form-item>
<el-form-item
......@@ -185,7 +185,7 @@ export default {
key: 'currencyName',
},
{
label: '人民币汇率',
label: '人民币汇率',
key: 'exchangeCnyRate',
align: 'center',
},
......
......@@ -187,14 +187,14 @@ export default {
index: '/saas/currency',
children: [],
},
// {
// id: 4,
// path: '',
// label: '定时任务',
// icon: 'el-icon-message-solid',
// index: '/saas/timed_task',
// children: [],
// },
{
id: 4,
path: '',
label: '定时任务',
icon: 'el-icon-message-solid',
index: '/saas/timed_task',
children: [],
},
],
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment