代码更新

This commit is contained in:
2022-07-26 16:40:13 +08:00
parent 0fd959d728
commit 9af611f09c
3 changed files with 18 additions and 0 deletions

View File

@@ -103,6 +103,15 @@
@keyup.enter.native="crud.toQuery"
/>
</el-form-item>
<el-form-item label="关键设备">
<el-input
v-model="query.device_code"
size="mini"
clearable
placeholder="编码、名称"
@keyup.enter.native="crud.toQuery"
/>
</el-form-item>
<rrOperation />
</el-form>
</div>