|
@@ -43,9 +43,11 @@
|
|
|
<div class="forthis">
|
|
|
<dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
|
|
|
<img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
|
|
|
- <div class="i-list-con h-27">
|
|
|
+ <div class="sj-search">
|
|
|
<el-input v-model="name" placeholder="请输入姓名" clearable size="small" prefix-icon="el-icon-search"
|
|
|
- style="margin-bottom: 20px" />
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ <div class="i-list-con" style="height: 40vh;">
|
|
|
<div class="d-l-con-icon">
|
|
|
<div class="icon-con" :class="{on:listCurrentIndex1==item.userId}" v-for="(item,index) in peopleList2"
|
|
|
@click="getPlanList(item.userId)">
|