| | |
| | | |
| | | <div class="radio-group" style="width: 153px; margin-right: 90px;"> |
| | | <label>是否有固定的装修垃圾堆放点</label> |
| | | <label style="margin-left: -40px;"><input type="radio" name="garbage" value=true v-model="formData.hasDecorationRubbishPoint"> 有</label> |
| | | <label style="margin-left: -40px;"><input type="radio" name="garbage" value=false v-model="formData.hasDecorationRubbishPoint"> 无</label> |
| | | <label><input type="radio" name="garbage" value="是" v-model="formData.hasDecorationRubbishPoint"> 有</label> |
| | | <label><input type="radio" name="garbage" value="否" v-model="formData.hasDecorationRubbishPoint"> 无</label> |
| | | </div> |
| | | <label>需保安值守出入口(个)</label> |
| | | <label style="margin-left: 100px;">需保安值守出入口(个)</label> |
| | | <input type="text" placeholder="请输入" style="width: 153px;" v-model.number="formData.securityEntranceCount"> |
| | | </div> |
| | | </div> |