添加摄像机状态筛选
This commit is contained in:
@@ -60,6 +60,19 @@
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<el-select
|
||||
v-model="queryParams.enableOrNot"
|
||||
placeholder="摄像机启用状态"
|
||||
style="width: 220px; padding: 0 10px"
|
||||
clearable
|
||||
>
|
||||
<el-option
|
||||
v-for="item in statusOptions"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
/>
|
||||
</el-select>
|
||||
<div
|
||||
:span="6"
|
||||
justify="end"
|
||||
@@ -936,6 +949,16 @@ export default {
|
||||
label: "否",
|
||||
},
|
||||
],
|
||||
statusOptions:[
|
||||
{
|
||||
label: '启用',
|
||||
value: '1'
|
||||
},
|
||||
{
|
||||
label: '停用',
|
||||
value: '2'
|
||||
}
|
||||
],
|
||||
xianlu: [
|
||||
{
|
||||
value: "1",
|
||||
|
Reference in New Issue
Block a user