【bug】可以只填写证书缴费
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user