|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="page-container column-container">
|
|
<div class="page-container column-container">
|
|
- <!-- <el-row :gutter="24">
|
|
|
|
|
|
+ <el-row :gutter="24">
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
<div class="dashboard-total-item">
|
|
<div class="dashboard-total-item">
|
|
<img :src="totalIcon2" />
|
|
<img :src="totalIcon2" />
|
|
@@ -37,7 +37,7 @@
|
|
<div class="item-statistic-container" id="appointment-statistic"></div>
|
|
<div class="item-statistic-container" id="appointment-statistic"></div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- </div> -->
|
|
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script setup>
|
|
<script setup>
|