This commit is contained in:
parent
46ff8f5d69
commit
da11299618
|
|
@ -116,7 +116,8 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
<right-toolbar
|
<right-toolbar
|
||||||
:showSearch.sync="showSearch"
|
:showSearch.sync="showSearch"
|
||||||
@queryTable="getList"
|
@queryTable="handleQuery"
|
||||||
|
v-if="leaseType == 0"
|
||||||
></right-toolbar>
|
></right-toolbar>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
@ -132,10 +133,11 @@
|
||||||
>导出</el-button
|
>导出</el-button
|
||||||
>
|
>
|
||||||
</el-col>
|
</el-col>
|
||||||
<!-- <right-toolbar-->
|
<right-toolbar
|
||||||
<!-- :showSearch.sync="showSearch"-->
|
:showSearch.sync="showSearch"
|
||||||
<!-- @queryTable="getList"-->
|
@queryTable="handleQuery"
|
||||||
<!-- ></right-toolbar>-->
|
v-if="leaseType == 1"
|
||||||
|
></right-toolbar>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-table
|
<el-table
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue