Commit 76a65983 authored by jiaxu.yan's avatar jiaxu.yan

fix: 70700

parent 41d76f40
......@@ -7,18 +7,18 @@
:inline="true"
label-width="68px"
>
<el-form-item label="登录地址" prop="ipaddr">
<el-form-item label="主机" prop="ipaddr">
<el-input
v-model="queryParams.ipaddr"
placeholder="请输入登录地址"
placeholder="请输入主机"
clearable
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="用户名称" prop="userName">
<el-form-item label="登录名称" prop="userName">
<el-input
v-model.trim="queryParams.userName"
placeholder="请输入用户名称"
placeholder="请输入登录名称"
clearable
@keyup.enter.native="handleQuery"
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment