|
@@ -421,9 +421,9 @@
|
|
<el-option
|
|
<el-option
|
|
v-for="(item, i) in yongHu"
|
|
v-for="(item, i) in yongHu"
|
|
:key="i"
|
|
:key="i"
|
|
- :label="item.userName"
|
|
|
|
|
|
+ :label="item.nickName"
|
|
:value="item.userId"
|
|
:value="item.userId"
|
|
- @click.native="oneRen(item.userName)"
|
|
|
|
|
|
+ @click.native="oneRen(item.nickName)"
|
|
class="input_xiala"
|
|
class="input_xiala"
|
|
>
|
|
>
|
|
</el-option>
|
|
</el-option>
|
|
@@ -440,9 +440,9 @@
|
|
<el-option
|
|
<el-option
|
|
v-for="(item, i) in yongHu"
|
|
v-for="(item, i) in yongHu"
|
|
:key="i"
|
|
:key="i"
|
|
- :label="item.userName"
|
|
|
|
|
|
+ :label="item.nickName"
|
|
:value="item.userId"
|
|
:value="item.userId"
|
|
- @click.native="twoRen(item.userName)"
|
|
|
|
|
|
+ @click.native="twoRen(item.nickName)"
|
|
class="input_xiala"
|
|
class="input_xiala"
|
|
>
|
|
>
|
|
</el-option>
|
|
</el-option>
|
|
@@ -459,9 +459,9 @@
|
|
<el-option
|
|
<el-option
|
|
v-for="(item, i) in yongHu"
|
|
v-for="(item, i) in yongHu"
|
|
:key="i"
|
|
:key="i"
|
|
- :label="item.userName"
|
|
|
|
|
|
+ :label="item.nickName"
|
|
:value="item.userId"
|
|
:value="item.userId"
|
|
- @click.native="thereRen(item.userName)"
|
|
|
|
|
|
+ @click.native="thereRen(item.nickName)"
|
|
class="input_xiala"
|
|
class="input_xiala"
|
|
>
|
|
>
|
|
</el-option>
|
|
</el-option>
|
|
@@ -478,9 +478,9 @@
|
|
<el-option
|
|
<el-option
|
|
v-for="(item, i) in yongHu"
|
|
v-for="(item, i) in yongHu"
|
|
:key="i"
|
|
:key="i"
|
|
- :label="item.userName"
|
|
|
|
|
|
+ :label="item.nickName"
|
|
:value="item.userId"
|
|
:value="item.userId"
|
|
- @click.native="fourRen(item.userName)"
|
|
|
|
|
|
+ @click.native="fourRen(item.nickName)"
|
|
class="input_xiala"
|
|
class="input_xiala"
|
|
>
|
|
>
|
|
</el-option>
|
|
</el-option>
|