Commit 167f0982 by caoyanzhi

update: 文案调整

parent 35dd62f9
......@@ -17,7 +17,7 @@
<el-select v-model="ruleForm.integralGetStrategy" placeholder="请选择" style="width:115px;margin-left:5px;">
<el-option v-for="item in cateOptions" :key="item.value" :label="item.label" :value="item.value"> </el-option>
</el-select><br/>
<span style="color: #909399;font-size:12px; padding-left:22px;"> 例:根据消费金额计算出积分为4.3,选择「四舍五入」和「进位制」时为5积分,选择「抹零」则为4积分</span>
<span style="color: #909399;font-size:12px; padding-left:22px;"> 例:根据消费金额计算出积分为4.3,选择「四舍五入」和「抹零」时为4积分,选择「进位制」则为5积分</span>
</div>
<div class="form-child margin-20" v-if="ruleForm.integralGetStatus == 1">
<el-form-item label="折扣控制:" prop="" label-width="100px">
......
......@@ -234,7 +234,7 @@
<el-select v-model="ruleForm.integralGetStrategy" placeholder="请选择" style="width: 115px">
<el-option v-for="item in cateOptions" :key="item.value" :label="item.label" :value="item.value"> </el-option>
</el-select>
<p class="setting-tips" style="margin: 6px 0 0">例:根据消费金额计算出积分为4.3,选择「四舍五入」和「进位制」时为5积分,选择「抹零」则为4积分</p>
<p class="setting-tips" style="margin: 6px 0 0">例:根据消费金额计算出积分为4.3,选择「四舍五入」和「抹零」时为4积分,选择「进位制」则为5积分</p>
</div>
</el-form-item>
<el-form-item label="积分冻结期:" v-if="ruleForm.integralGetStatus == 1" prop="integralGetFreezeDays">
......
......@@ -414,7 +414,7 @@
<el-select v-model="ruleForm.integralGetStrategy" placeholder="请选择" style="width:115px;">
<el-option v-for="item in cateOptions" :key="item.value" :label="item.label" :value="item.value"> </el-option>
</el-select>
<p style="color: #909399;font-size:12px;">例:根据消费金额计算出积分为4.3,选择「四舍五入」和「进位制」时为5积分,选择「抹零」则为4积分</p>
<p style="color: #909399;font-size:12px;">例:根据消费金额计算出积分为4.3,选择「四舍五入」和「抹零」时为4积分,选择「进位制」则为5积分</p>
</div>
</el-form-item>
<el-form-item label="积分冻结期:" v-if="ruleForm.integralGetStatus == 1" prop="integralGetFreezeDays">
......
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