优化代码

This commit is contained in:
java110 2021-03-19 23:25:33 +08:00
parent 406c75df91
commit 1862e4b485
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
<input type="text"
class="form-control form-control-md"
:placeholder="_getReportProficientRoomName()"
v-model="reportProficientInfo.conditions.roomName">
v-model="reportProficientInfo.conditions.objName">
</div>
</div>
<div class="col-sm-2">

View File

@ -19,7 +19,7 @@
feeTypeCd: '',
startTime: '',
endTime: '',
roomName: ''
objName: ''
}
}
},