【bug】可以只填写证书缴费

This commit is contained in:
fengachen
2022-08-02 09:14:34 +08:00
parent 820ed42203
commit 0c225c0042
@@ -168,10 +168,10 @@
<template>
<a-row>
<a-col :span="12">
<a-col :span="24">
<a-form-item label="缴费总金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
{{ allAmount }}
(请填写分类金额)
(请填写分类金额)<label class="color-red">请至少填写会员缴费金额与证书缴费金额中的一种</label>
</a-form-item>
</a-col>
<!-- <a-col :span="12">-->
@@ -1349,5 +1349,11 @@ export default {
left: 0
}
.color-red {
display: inline-block;
margin-left: 8px;
color: #f5222d;
}
</style>