|
@@ -22,12 +22,12 @@
|
|
|
label-position="top"
|
|
|
>
|
|
|
<el-form-item
|
|
|
- label=""
|
|
|
- prop="iread_year_valid_period_price"
|
|
|
+ label="小学"
|
|
|
+ prop="iread_year_valid_period_price_11"
|
|
|
class="price-box"
|
|
|
>
|
|
|
<el-input-number
|
|
|
- v-model="registerForm.iread_year_valid_period_price"
|
|
|
+ v-model="registerForm.iread_year_valid_period_price_11"
|
|
|
:min="0"
|
|
|
size="small"
|
|
|
:precision="2"
|
|
@@ -38,12 +38,12 @@
|
|
|
<span class="append">元</span>
|
|
|
</el-form-item>
|
|
|
<el-form-item
|
|
|
- label="小学"
|
|
|
- prop="iread_year_valid_period_price_11"
|
|
|
+ label="初中"
|
|
|
+ prop="iread_year_valid_period_price"
|
|
|
class="price-box"
|
|
|
>
|
|
|
<el-input-number
|
|
|
- v-model="registerForm.iread_year_valid_period_price_11"
|
|
|
+ v-model="registerForm.iread_year_valid_period_price"
|
|
|
:min="0"
|
|
|
size="small"
|
|
|
:precision="2"
|