Commit 994229f4 by yangzhi

汇率

parent 431fcb43
...@@ -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',
}, },
......
...@@ -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: [],
// }, },
], ],
}, },
], ],
......
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