This commit is contained in:
zmj 2024-07-04 17:59:22 +08:00
parent 8aefab2124
commit 0b2ffa69d6
3 changed files with 11 additions and 16 deletions

View File

@ -51,12 +51,12 @@ import ProjectFund from "./components/ProjectFund.vue"
<div> <div>
<div class="mb-6 flex justify-between items-center"> <div class="mb-6 flex justify-between items-center">
<span class="text-2xl">用户趋势</span> <span class="text-2xl">用户趋势</span>
<div class="flex items-center text-sm"> <!-- <div class="flex items-center text-sm">
<span class="mr-4">时间筛选: </span> <span class="mr-4">时间筛选: </span>
<el-date-picker v-model="startEndTime2" type="daterange" range-separator="" <el-date-picker v-model="startEndTime2" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" unlink-panels @change="getData2" /> start-placeholder="开始日期" end-placeholder="结束日期" unlink-panels @change="getData2" />
<el-button type="primary" class="ml-4" @click="getData2">查询</el-button> <el-button type="primary" class="ml-4" @click="getData2">查询</el-button>
</div> </div> -->
</div> </div>
<v-charts style="height: 400px" :option="visitorOption" :autoresize="true" /> <v-charts style="height: 400px" :option="visitorOption" :autoresize="true" />
</div> </div>

View File

@ -5,9 +5,9 @@
<span class="text-2xl">概况</span> <span class="text-2xl">概况</span>
<div class="flex items-center text-sm"> <div class="flex items-center text-sm">
<span class="mr-4">时间筛选: </span> <span class="mr-4">时间筛选: </span>
<el-date-picker v-model="startEndTime" type="daterange" range-separator="至" start-placeholder="开始日期" <el-date-picker v-model="startEndTime2" type="daterange" range-separator="至" start-placeholder="开始日期"
end-placeholder="结束日期" unlink-panels @change="getData" /> end-placeholder="结束日期" unlink-panels @change="getData2" />
<el-button type="primary" class="ml-4" @click="getData">查询</el-button> <el-button type="primary" class="ml-4" @click="getData2">查询</el-button>
</div> </div>
</div> </div>
<div class="flex flex-wrap"> <div class="flex flex-wrap">
@ -30,12 +30,7 @@
<div> <div>
<div class="mb-6 flex justify-between items-center"> <div class="mb-6 flex justify-between items-center">
<span class="text-2xl">用户趋势</span> <span class="text-2xl">用户趋势</span>
<div class="flex items-center text-sm">
<span class="mr-4">时间筛选: </span>
<el-date-picker v-model="startEndTime2" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" unlink-panels @change="getData2" />
<el-button type="primary" class="ml-4" @click="getData2">查询</el-button>
</div>
</div> </div>
<v-charts style="height: 400px" :option="visitorOption" :autoresize="true" /> <v-charts style="height: 400px" :option="visitorOption" :autoresize="true" />
</div> </div>

View File

@ -26,9 +26,9 @@ import ProjectFund from "./components/ProjectFund.vue"
<span class="text-2xl">概况</span> <span class="text-2xl">概况</span>
<div class="flex items-center text-sm"> <div class="flex items-center text-sm">
<span class="mr-4">时间筛选: </span> <span class="mr-4">时间筛选: </span>
<el-date-picker v-model="startEndTime" type="daterange" range-separator="至" start-placeholder="开始日期" <el-date-picker v-model="startEndTime2" type="daterange" range-separator="至" start-placeholder="开始日期"
end-placeholder="结束日期" unlink-panels @change="getData" /> end-placeholder="结束日期" unlink-panels @change="getData2" />
<el-button type="primary" class="ml-4" @click="getData">查询</el-button> <el-button type="primary" class="ml-4" @click="getData2">查询</el-button>
</div> </div>
</div> </div>
<div class="flex flex-wrap"> <div class="flex flex-wrap">
@ -51,12 +51,12 @@ import ProjectFund from "./components/ProjectFund.vue"
<div> <div>
<div class="mb-6 flex justify-between items-center"> <div class="mb-6 flex justify-between items-center">
<span class="text-2xl">用户趋势</span> <span class="text-2xl">用户趋势</span>
<div class="flex items-center text-sm"> <!-- <div class="flex items-center text-sm">
<span class="mr-4">时间筛选: </span> <span class="mr-4">时间筛选: </span>
<el-date-picker v-model="startEndTime2" type="daterange" range-separator="" <el-date-picker v-model="startEndTime2" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" unlink-panels @change="getData2" /> start-placeholder="开始日期" end-placeholder="结束日期" unlink-panels @change="getData2" />
<el-button type="primary" class="ml-4" @click="getData2">查询</el-button> <el-button type="primary" class="ml-4" @click="getData2">查询</el-button>
</div> </div> -->
</div> </div>
<v-charts style="height: 400px" :option="visitorOption" :autoresize="true" /> <v-charts style="height: 400px" :option="visitorOption" :autoresize="true" />
</div> </div>