This commit is contained in:
wuzhimiao
2025-10-31 11:04:16 +08:00
parent e84b367360
commit a6c7678a5e
270 changed files with 35873 additions and 701 deletions

View File

@@ -84,16 +84,8 @@
></textarea>
</div>
<div class="form-item required" v-if="serviceForm.demandType == '4' || serviceForm.demandType == '5'">
<label class="form-label">人员状态</label>
<div class="radio-group">
<label class="radio-item" v-for="item in personStatusOptions" :key="item.value">
<input type="radio" name="personStatus" :value="item.value" v-model="serviceForm.personStatus" />
<span class="radio-label">{{ item.label }}</span>
</label>
</div>
</div>
</view>
// </view>
<view class="inner-part" v-if="serviceForm.demandType == '4' || serviceForm.demandType == '5'">
<div class="form-item">