Commit 676ea8ab authored by anxixi's avatar anxixi

人脉圈

parent e8777dda
......@@ -27,7 +27,7 @@
</el-form-item>
<el-form-item :label="$t('personalAuth.card')+':'">
<div class="uploadImg">
<div class="uploadImg" v-if="detailInfo.empCardUrl">
<img :src="detailInfo.empCardUrl" style="border: 1px solid #DCDFF1;" @click="handleImg">
<el-dialog :visible.sync="dialogVisible">
<img width="100%" :src="detailInfo.empCardUrl" alt="">
......
......@@ -3,7 +3,7 @@
<div class="home_top">
<p>在这里发现更多联系人</p>
<div>
<el-input class="network_inp index_workring" @keyup.enter.native="searchDetail" v-model="searchkey" style="width: 600px;height: 50px;" placeholder="搜索您想联系的人"></el-input>
<el-input class="network_inp index_workring" @keyup.enter.native="searchDetail" maxlength="36" v-model="searchkey" style="width: 600px;height: 50px;" placeholder="搜索您想联系的人"></el-input>
<el-button @click="searchDetail" type="primary" style="margin-left: -2px;width: 100px;"><i style="font-weight: bold">搜索</i></el-button>
</div>
</div>
......
......@@ -3,7 +3,7 @@
<div class="home_top">
<p>在这里发现更多联系人</p>
<div>
<el-input class="network_inp index_workring" @keyup.enter.native="searchDetail" v-model="searchkey" style="width: 600px;height: 50px;" placeholder="搜索您想联系的人"></el-input>
<el-input class="network_inp index_workring" @keyup.enter.native="searchDetail" maxlength="36" v-model="searchkey" style="width: 600px;height: 50px;" placeholder="搜索您想联系的人"></el-input>
<el-button @click="searchDetail" type="primary" style="margin-left: -2px;width: 100px;"><i style="font-weight: bold">搜索</i></el-button>
</div>
</div>
......
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