|
@@ -26,7 +26,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="head_select">
|
|
<div class="head_select">
|
|
<span>{{(this.radio1 == "按人员查看" ? "人员" : "项目")}}</span>
|
|
<span>{{(this.radio1 == "按人员查看" ? "人员" : "项目")}}</span>
|
|
- <el-select clearable v-model="valuex" placeholder="请选择" size="small" style="margin-left:9px;width:200px" @change="optupdata()">
|
|
|
|
|
|
+ <el-select clearable filterable v-model="valuex" placeholder="请选择" size="small" style="margin-left:9px;width:200px" @change="optupdata()">
|
|
<el-option
|
|
<el-option
|
|
v-for="item in screenList"
|
|
v-for="item in screenList"
|
|
:key="item.id"
|
|
:key="item.id"
|