This commit is contained in:
parent
e88e3c2f84
commit
42c0e80e02
|
|
@ -83,7 +83,7 @@
|
|||
</el-button>
|
||||
|
||||
<el-button class="primary-lease" size="mini" type="primary" @click="showDetails('0')">
|
||||
展开明细
|
||||
收起明细
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
|
|
|||
|
|
@ -112,6 +112,8 @@ export default {
|
|||
},
|
||||
tableData: [],
|
||||
|
||||
isExpandDetails: false,
|
||||
|
||||
totalDetails: 0,
|
||||
orderIdDetails: '',
|
||||
isVisibleDetails: false,
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@
|
|||
type="primary"
|
||||
@click="showDetails('0')"
|
||||
>
|
||||
展开明细
|
||||
收起明细
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
>
|
||||
<el-card class="search-box">
|
||||
<el-row type="flex">
|
||||
<el-col :span="5" class="flex-center">
|
||||
<el-col :span="6" class="flex-center">
|
||||
<el-form-item label="装备编码" prop="deviceCode" style="margin-bottom: 0 !important;">
|
||||
<el-input
|
||||
v-model.trim="searchParams.deviceCode"
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="5" class="flex-center">
|
||||
<el-form-item label="维保日期" prop="leaseStatus" style="margin-bottom: 0 !important;">
|
||||
<el-col :span="6" class="flex-center">
|
||||
<el-form-item label="下次维保日期" prop="leaseStatus" style="margin-bottom: 0 !important;">
|
||||
<el-date-picker
|
||||
v-model="qcTime"
|
||||
type="daterange"
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="5" class="flex-center">
|
||||
<el-col :span="6" class="flex-center" style="text-align: left !important;">
|
||||
<el-form-item label="更新日期" prop="createTime" style="margin-bottom: 0 !important;">
|
||||
<el-date-picker
|
||||
v-model="createTime"
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="9" style="text-align: right; margin-top: 10px" >
|
||||
<el-col :span="8" style="text-align: right; margin-top: 10px" >
|
||||
<el-button type="primary" icon="el-icon-search" size="mini" class="primary-lease" @click="onSearch" >查询
|
||||
</el-button>
|
||||
<el-button icon="el-icon-refresh" size="mini" class="primary-lease" @click="onReset">重置</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue