|  |  |  | 
|---|
|  |  |  | <TableLayout :permissions="['business:platformwatergas:query']"> | 
|---|
|  |  |  | <SearchFormCollapse slot="search-form" :need-more="false"> | 
|---|
|  |  |  | <el-form ref="searchForm" :model="searchForm"  label-width="100px" inline> | 
|---|
|  |  |  | <el-form-item title="请选择年月时间" label=""   > | 
|---|
|  |  |  | <el-form-item title="请选择年月时间" label="" prop="timeInfo"   > | 
|---|
|  |  |  | <el-date-picker | 
|---|
|  |  |  | @change="search" | 
|---|
|  |  |  | clearable | 
|---|
|  |  |  | 
|---|
|  |  |  | <el-button type="primary" :loading="isWorking.export" v-permissions="['business:notice:exportExcel']" @click="exportExcel">导出</el-button> | 
|---|
|  |  |  | </ul> | 
|---|
|  |  |  | <el-table | 
|---|
|  |  |  | :height="tableHeightNew" | 
|---|
|  |  |  | v-loading="isWorking.search" | 
|---|
|  |  |  | :data="tableData.list" | 
|---|
|  |  |  | stripe | 
|---|
|  |  |  | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column prop="num" label="用水量(吨)" fixed min-width="150px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="content" label="说明" min-width="120px"></el-table-column> | 
|---|
|  |  |  | <el-table-column show-overflow-tooltip prop="content" label="说明" min-width="120px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="editDate" label="最近操作时间" min-width="140px"></el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | v-if="containPermissions(['business:platformwatergas:update', 'business:platformwatergas:delete'])" | 
|---|