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