|
@ -85,6 +85,7 @@ |
|
|
style="display: block" |
|
|
style="display: block" |
|
|
label-width="150px"> |
|
|
label-width="150px"> |
|
|
<el-input-number class="item_width_2" |
|
|
<el-input-number class="item_width_2" |
|
|
|
|
|
:min="0" |
|
|
v-model="formData.actQuota" |
|
|
v-model="formData.actQuota" |
|
|
label="活动人数"></el-input-number> |
|
|
label="活动人数"></el-input-number> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
@ -94,6 +95,7 @@ |
|
|
style="display: block" |
|
|
style="display: block" |
|
|
label-width="150px"> |
|
|
label-width="150px"> |
|
|
<el-input-number class="item_width_2" |
|
|
<el-input-number class="item_width_2" |
|
|
|
|
|
:min="0" |
|
|
v-model="formData.reward" |
|
|
v-model="formData.reward" |
|
|
label="活动积分"></el-input-number> |
|
|
label="活动积分"></el-input-number> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
@ -158,7 +160,7 @@ |
|
|
type="textarea" |
|
|
type="textarea" |
|
|
maxlength="200" |
|
|
maxlength="200" |
|
|
show-word-limit |
|
|
show-word-limit |
|
|
:rows="5" |
|
|
:rows="7" |
|
|
placeholder="请输入报名条件,不超过200字" |
|
|
placeholder="请输入报名条件,不超过200字" |
|
|
v-model="formData.requirement"></el-input> |
|
|
v-model="formData.requirement"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
@ -407,7 +409,7 @@ export default { |
|
|
actId: "", |
|
|
actId: "", |
|
|
actLatitude: null, |
|
|
actLatitude: null, |
|
|
actLongitude: null, |
|
|
actLongitude: null, |
|
|
actQuota: undefined, |
|
|
actQuota: 0, |
|
|
actStartTime: "", |
|
|
actStartTime: "", |
|
|
actType: "heart", |
|
|
actType: "heart", |
|
|
|
|
|
|
|
@ -418,7 +420,7 @@ export default { |
|
|
|
|
|
|
|
|
noticePassedPeople: false, |
|
|
noticePassedPeople: false, |
|
|
requirement: "", |
|
|
requirement: "", |
|
|
reward: undefined, |
|
|
reward: 0, |
|
|
|
|
|
|
|
|
signInAddress: "", |
|
|
signInAddress: "", |
|
|
signInEndTime: "", |
|
|
signInEndTime: "", |
|
@ -901,7 +903,7 @@ export default { |
|
|
actId: "", |
|
|
actId: "", |
|
|
actLatitude: null, |
|
|
actLatitude: null, |
|
|
actLongitude: null, |
|
|
actLongitude: null, |
|
|
actQuota: undefined, |
|
|
actQuota: 0, |
|
|
actStartTime: "", |
|
|
actStartTime: "", |
|
|
actType: "heart", |
|
|
actType: "heart", |
|
|
|
|
|
|
|
@ -912,7 +914,7 @@ export default { |
|
|
|
|
|
|
|
|
noticePassedPeople: false, |
|
|
noticePassedPeople: false, |
|
|
requirement: "", |
|
|
requirement: "", |
|
|
reward: undefined, |
|
|
reward: 0, |
|
|
|
|
|
|
|
|
signInAddress: "", |
|
|
signInAddress: "", |
|
|
signInEndTime: "", |
|
|
signInEndTime: "", |
|
|