|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | <el-row class="table-style"> | 
|---|
|  |  |  | <el-table :data="tableData" style="width: 100%"> | 
|---|
|  |  |  | <el-table :data="tableData" | 
|---|
|  |  |  | :height="height" | 
|---|
|  |  |  | style="width: 100%"> | 
|---|
|  |  |  | <el-table-column type="index" width="30"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="datatime" width="150" label="时间"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="orderNo" width="180" label="订单编号"> | 
|---|
|  |  |  | 
|---|
|  |  |  | customColumns : [], | 
|---|
|  |  |  | shopList : [], | 
|---|
|  |  |  | achieveUsers : [], | 
|---|
|  |  |  | height:'calc(100vh - 240px)', | 
|---|
|  |  |  | years : [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021], | 
|---|
|  |  |  | months : ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"], | 
|---|
|  |  |  | days : [], | 
|---|