Commit 0f27842c authored by Mac's avatar Mac

1

parent c6c6649c
......@@ -19,13 +19,15 @@
<el-input v-model="addMsg.SalePrice" @keyup.native="checkPrice(addMsg,'SalePrice')" style="width:478px"
size="small"></el-input>
</el-form-item>
<el-form-item label="金额">
<el-form-item label="面值">
<el-input v-model="addMsg.DepositPrice" @keyup.native="checkPrice(addMsg,'DepositPrice')" style="width:478px"
size="small"></el-input>
</el-form-item>
<el-form-item label="有效期">
<el-input v-model="addMsg.IndateDay" @keyup.native="checkInteger(addMsg,'IndateDay')" style="width:478px"
size="small"></el-input>
size="small">
<template slot="append"></template>
</el-input>
</el-form-item>
<el-form-item label="加入充值中心">
<el-switch
......
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