提交: 设备列表添加 设备Key 查询条件

This commit is contained in:
23688nl 2022-09-26 16:00:23 +08:00
parent 16c7f5ab7c
commit 06e26dabb5
1 changed files with 11 additions and 0 deletions

View File

@ -44,6 +44,17 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="设备Key" prop="deviceKey">
<el-input
v-model="queryParams.deviceKey"
placeholder="请输入设备Key"
clearable
size="small"
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="设备状态" prop="deviceState">
<el-select
v-model="queryParams.deviceState"