|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<el-col :span="6" v-if="tabActive==2">
|
|
|
|
|
<el-form-item label="受理状态">
|
|
|
|
|
<el-select v-model="query.status" clearable>
|
|
|
|
|
<el-option v-for="item in deviceRepairApplyStatus" :label="item.desc" :value="item.key"></el-option>
|
|
|
|
|
<el-option v-for="item in deviceRepairApplyStatus" :label="item.desc" :value="item.key" :key="item.key"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -138,12 +138,8 @@
|
|
|
|
|
:limit.sync="detailQuery.limit"
|
|
|
|
|
@pagination="getDetailList"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<!-- </el-tabs>-->
|
|
|
|
|
<!-- </el-card>-->
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
:visible="detailFlag"
|
|
|
|
|
v-if="detailFlag"
|
|
|
|
|