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

fix: 70700

parent 41d76f40
...@@ -7,18 +7,18 @@ ...@@ -7,18 +7,18 @@
:inline="true" :inline="true"
label-width="68px" label-width="68px"
> >
<el-form-item label="登录地址" prop="ipaddr"> <el-form-item label="主机" prop="ipaddr">
<el-input <el-input
v-model="queryParams.ipaddr" v-model="queryParams.ipaddr"
placeholder="请输入登录地址" placeholder="请输入主机"
clearable clearable
@keyup.enter.native="handleQuery" @keyup.enter.native="handleQuery"
/> />
</el-form-item> </el-form-item>
<el-form-item label="用户名称" prop="userName"> <el-form-item label="登录名称" prop="userName">
<el-input <el-input
v-model.trim="queryParams.userName" v-model.trim="queryParams.userName"
placeholder="请输入用户名称" placeholder="请输入登录名称"
clearable clearable
@keyup.enter.native="handleQuery" @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