This commit is contained in:
wcy 2024-10-17 11:10:27 +08:00
parent 46ff8f5d69
commit da11299618
1 changed files with 7 additions and 5 deletions

View File

@ -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"