Commit 4d193050 by Jony.L

隐藏用户企业管理姓名搜索框

parent 06722c15
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
<ContentWrap> <ContentWrap>
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<el-form class="-mb-15px" :model="queryParams" ref="queryFormRef" :inline="true"> <el-form class="-mb-15px" :model="queryParams" ref="queryFormRef" :inline="true">
<el-form-item label="姓名" prop="contactName"> <!-- <el-form-item label="姓名" prop="contactName">-->
<el-input <!-- <el-input-->
v-model="queryParams.contactName" <!-- v-model="queryParams.contactName"-->
placeholder="请输入姓名" <!-- placeholder="请输入姓名"-->
clearable <!-- clearable-->
@keyup.enter="handleQuery" <!-- @keyup.enter="handleQuery"-->
class="!w-240px" <!-- class="!w-240px"-->
/> <!-- />-->
</el-form-item> <!-- </el-form-item>-->
<el-form-item label="企业名称" prop="enterpriseName"> <el-form-item label="企业名称" prop="enterpriseName">
<el-input <el-input
v-model="queryParams.enterpriseName" v-model="queryParams.enterpriseName"
......
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 sign in to comment