|
@@ -59,6 +59,22 @@
|
|
|
<template slot="append">kg</template>
|
|
|
</el-input>
|
|
|
</template>
|
|
|
+ <template slot="integralMultiples" slot-scope="scope">
|
|
|
+ <el-input
|
|
|
+ v-input-limit="2"
|
|
|
+ v-model="form.integralMultiples"
|
|
|
+ clearable
|
|
|
+ placeholder="请输入 积分倍数"
|
|
|
+ ></el-input>
|
|
|
+ </template>
|
|
|
+ <template slot="integral" slot-scope="scope">
|
|
|
+ <el-input
|
|
|
+ v-input-limit="2"
|
|
|
+ v-model="form.integral"
|
|
|
+ clearable
|
|
|
+ placeholder="请输入 兑换积分"
|
|
|
+ ></el-input>
|
|
|
+ </template>
|
|
|
</avue-form>
|
|
|
</basic-container>
|
|
|
</div>
|