|
|
@ -485,8 +485,8 @@ |
|
|
|
style="width: 30%;margin-right: 10px;margin-bottom: 10px"/> |
|
|
|
style="width: 30%;margin-right: 10px;margin-bottom: 10px"/> |
|
|
|
|
|
|
|
|
|
|
|
<el-select v-model="developer_choice" clearable placeholder="账户类型" |
|
|
|
<el-select v-model="developer_choice" clearable placeholder="账户类型" |
|
|
|
@change="handleCurrentChange(1)" |
|
|
|
style="width: 18%;margin-right: 10px;margin-bottom: 10px" |
|
|
|
style="width: 18%;margin-right: 10px;margin-bottom: 10px"> |
|
|
|
@change="handleCurrentChange(1)"> |
|
|
|
<el-option |
|
|
|
<el-option |
|
|
|
v-for="item in developer_options" |
|
|
|
v-for="item in developer_options" |
|
|
|
:key="item.value" |
|
|
|
:key="item.value" |
|
|
@ -537,12 +537,12 @@ |
|
|
|
<el-col :span="24"> |
|
|
|
<el-col :span="24"> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<el-select v-model="developer_status_choice" clearable multiple |
|
|
|
<el-select v-model="developer_status_choice" clearable multiple |
|
|
|
@change="handleCurrentChange(1)" |
|
|
|
placeholder="账户状态" |
|
|
|
placeholder="账户状态" style="width: 49%;margin-right: 45px;margin-bottom: 10px"> |
|
|
|
style="width: 49%;margin-right: 45px;margin-bottom: 10px" @change="handleCurrentChange(1)"> |
|
|
|
<el-option |
|
|
|
<el-option |
|
|
|
v-for="item in status_choices" |
|
|
|
v-for="item in status_choices" |
|
|
|
:hidden="item.ext" |
|
|
|
|
|
|
|
:key="item.id" |
|
|
|
:key="item.id" |
|
|
|
|
|
|
|
:hidden="item.ext" |
|
|
|
:label="item.name" |
|
|
|
:label="item.name" |
|
|
|
:value="item.id"> |
|
|
|
:value="item.id"> |
|
|
|
</el-option> |
|
|
|
</el-option> |
|
|
@ -879,8 +879,8 @@ |
|
|
|
clearable |
|
|
|
clearable |
|
|
|
placeholder="输入开发者用户ID" |
|
|
|
placeholder="输入开发者用户ID" |
|
|
|
style="width: 30%;margin-right: 30px;margin-bottom: 10px"/> |
|
|
|
style="width: 30%;margin-right: 30px;margin-bottom: 10px"/> |
|
|
|
<el-select v-if="status_choices" v-model="devicestatus" clearable placeholder="设备状态" |
|
|
|
<el-select v-if="status_choices" v-model="devicestatus" clearable multiple |
|
|
|
multiple |
|
|
|
placeholder="设备状态" |
|
|
|
style="width: 120px;margin-right: 30px" @change="handleCurrentChange(1)"> |
|
|
|
style="width: 120px;margin-right: 30px" @change="handleCurrentChange(1)"> |
|
|
|
<el-option v-for="item in device_status_choices" :key="item.id" :label="item.name" :value="item.id"/> |
|
|
|
<el-option v-for="item in device_status_choices" :key="item.id" :label="item.name" :value="item.id"/> |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|