|
|
|
@ -9,25 +9,25 @@ |
|
|
|
<!-- 饲养间号 --> |
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.syjh')" prop="syjh"> |
|
|
|
<el-input v-model="searchForm.syjh" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
@keyup.enter.native="search" /> |
|
|
|
@keyup.enter.native="search" @change="search"/> |
|
|
|
</el-form-item> |
|
|
|
<!-- 试验区域 --> |
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.syqy')" prop="syqy"> |
|
|
|
<el-input v-model="searchForm.syqy" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
@keyup.enter.native="search" /> |
|
|
|
@keyup.enter.native="search" @change="search"/> |
|
|
|
</el-form-item> |
|
|
|
<!-- 启用人 --> |
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.qyr')" prop="qyr"> |
|
|
|
<el-input v-model="searchForm.qyr" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
@keyup.enter.native="search" /> |
|
|
|
@keyup.enter.native="search" @change="search"/> |
|
|
|
</el-form-item> |
|
|
|
<!-- 结束人 --> |
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.jsr')" prop="jsr"> |
|
|
|
<el-input v-model="searchForm.jsr" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
@keyup.enter.native="search" /> |
|
|
|
@keyup.enter.native="search" @change="search"/> |
|
|
|
</el-form-item> |
|
|
|
<!-- 开始时间 --> |
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.kssj') + ':'"> |
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.kssj') + ':'" prop="daterange"> |
|
|
|
<el-date-picker v-model="daterange" class="chat-histogram-daterange" type="daterange" |
|
|
|
range-separator="-" :start-placeholder="$t('form.startDate')" :end-placeholder="$t('form.endDate')" |
|
|
|
value-format="yyyy-MM-dd" @change="search" style="width: 250px;" /> |
|
|
|
@ -275,6 +275,7 @@ export default { |
|
|
|
}, |
|
|
|
reset() { |
|
|
|
this.resetForm("searchForm") |
|
|
|
this.daterange = [] |
|
|
|
this.search() |
|
|
|
}, |
|
|
|
getList() { |
|
|
|
|