Browse Source

2023-2-23

master
guoxing 2 years ago
parent
commit
af21bcdd37
  1. BIN
      mallplusui-uniapp-app2/static/logo.png
  2. 14
      mallplusui-web-admin/src/views/home/index.vue

BIN
mallplusui-uniapp-app2/static/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 97 KiB

14
mallplusui-web-admin/src/views/home/index.vue

@ -37,14 +37,14 @@
</el-row>
</a>
<el-row :gutter="10" class="row_list order_list">
<el-col :span="7">
<!-- <el-col :span="7">
<log-list></log-list>
</el-col>
<el-col :span="17">
</el-col> -->
<el-col >
<bar-chart type="barChart"></bar-chart>
</el-col>
</el-row>
<el-row :gutter="10" class="row_list order_list">
<!-- <el-row :gutter="10" class="row_list order_list">
<el-col :span="7">
<pie-chart type="ordertype"></pie-chart>
</el-col>
@ -54,8 +54,8 @@
<el-col :span="7">
<radar-chart></radar-chart>
</el-col>
</el-row>
<el-row :gutter="10" class="row_list">
</el-row> -->
<!-- <el-row :gutter="10" class="row_list">
<el-col :span="11">
<sales-table></sales-table>
</el-col>
@ -65,7 +65,7 @@
<el-col :span="6">
<card-list></card-list>
</el-col>
</el-row>
</el-row> -->
</section>
</template>

Loading…
Cancel
Save