调整
This commit is contained in:
parent
52ccdb39d7
commit
cf883b71c8
|
@ -148,7 +148,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleListing(scope.row)"
|
@click="handleListing(scope.row)"
|
||||||
v-hasPermi="['system:fault:query']"
|
v-hasPermi="['system:fault:edit']"
|
||||||
>{{ scope.row.status === '0' ? '上架' : '下架' }}</el-button>
|
>{{ scope.row.status === '0' ? '上架' : '下架' }}</el-button>
|
||||||
<el-button v-if="scope.row.status!= '3'"
|
<el-button v-if="scope.row.status!= '3'"
|
||||||
size="mini"
|
size="mini"
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleLock(scope.row)"
|
@click="handleLock(scope.row)"
|
||||||
v-hasPermi="['system:device:lock']"
|
v-hasPermi="['system:device:unlocking']"
|
||||||
>关锁</el-button>
|
>关锁</el-button>
|
||||||
<el-button v-if="scope.row.status!= '0'"
|
<el-button v-if="scope.row.status!= '0'"
|
||||||
size="mini"
|
size="mini"
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
||||||
<el-form-item label="区域" prop="areaId">
|
<!-- <el-form-item label="区域" prop="areaId">-->
|
||||||
<el-input
|
<!-- <el-input-->
|
||||||
v-model="queryParams.areaId"
|
<!-- v-model="queryParams.areaId"-->
|
||||||
placeholder="请输入区域"
|
<!-- placeholder="请输入区域"-->
|
||||||
clearable
|
<!-- clearable-->
|
||||||
@keyup.enter.native="handleQuery"
|
<!-- @keyup.enter.native="handleQuery"-->
|
||||||
/>
|
<!-- />-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
<el-form-item label="关联订单号" label-width="90" prop="orderNo">
|
<el-form-item label="关联订单号" label-width="90" prop="orderNo">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.orderNo"
|
v-model="queryParams.orderNo"
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
this.areaBoundary();
|
this.areaBoundary();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.setFitView();
|
this.setFitView();
|
||||||
}, 500);
|
}, 1000);
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user