|
|
@@ -174,10 +174,10 @@ |
|
|
|
<u-loadmore :status="status" /> |
|
|
|
</u-list> |
|
|
|
</view> |
|
|
|
<selectSearch ref="selectSearchBox" :cellVisible="false" :v-model="searchForm.alarmType" |
|
|
|
<selectSearch ref="selectSearchBox" :cellVisible="false" v-model="searchForm.alarmType" |
|
|
|
:options="warnOption" :title.sync="searchForm.$alarmType" placeholder="预警类型" search-placeholder="预警类型" /> |
|
|
|
<selectRadio ref="selectRadioBox" :cellVisible="false" :value.sync="searchForm.warnHand" |
|
|
|
:options="handOption" title="处理状态" /> |
|
|
|
<selectRadio ref="selectRadioBox" :cellVisible="false" v-model="searchForm.warnHand" |
|
|
|
:options="handOption" placeholder="处理状态" /> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
|
|
|
|