|
|
@@ -1,14 +1,14 @@
|
|
|
<template>
|
|
|
<el-row class="el-row-container" style="height: 100%" v-loading="loading">
|
|
|
- <el-col :span="4" style="height: 100%; padding-bottom: 32px">
|
|
|
+ <!-- <el-col :span="4" style="height: 100%; padding-bottom: 32px">
|
|
|
<el-card style="margin: 16px; height: 100%; overflow-y: auto">
|
|
|
<data-report-left
|
|
|
@setCurrentData="setCurrentData"
|
|
|
:treeData="treeData"
|
|
|
></data-report-left>
|
|
|
</el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :span="20" style="padding: 16px 16px 16px 0; height: 100%">
|
|
|
+ </el-col> -->
|
|
|
+ <el-col :span="24" style="padding: 16px; height: 100%">
|
|
|
<el-card style="height: 100%; overflow-y: auto">
|
|
|
<el-col :span="24" class="elrow-main__col-top">
|
|
|
<div style="display: flex">
|
|
|
@@ -26,7 +26,7 @@
|
|
|
@click="handleSearch"
|
|
|
>查询</el-button
|
|
|
>
|
|
|
- <el-upload
|
|
|
+ <!-- <el-upload
|
|
|
class="avatar-uploader"
|
|
|
:action="uploadUrl"
|
|
|
:show-file-list="false"
|
|
|
@@ -52,7 +52,7 @@
|
|
|
@click="downloadExcel()"
|
|
|
v-hasPermi="['wpr:farmer:template:upload']"
|
|
|
>下载模板</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
</div>
|
|
|
<!-- <div class="top-left">
|
|
|
<el-button
|