This commit is contained in:
zmj 2024-07-06 11:14:01 +08:00
parent d4ce5a1670
commit 57fe95a96e
7 changed files with 25 additions and 20 deletions

View File

@ -8,6 +8,8 @@
<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>
<el-button type="primary" class="ml-4"
@click="startEndTime2 = getLastMonthRange(), getData2()">重置</el-button>
</div>
</div>
<div class="flex flex-wrap">
@ -30,12 +32,6 @@
<div>
<div class="mb-6 flex justify-between items-center">
<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>
<v-charts style="height: 400px" :option="visitorOption" :autoresize="true" />
</div>
@ -234,8 +230,8 @@ const getData2 = () => {
}
basicList[index] = {
name: item.title,
type: 'people',
icon: 'RectangleCopy',
type: 'payPrice',
icon: 'RectangleCopy14',
num: item.total_money,
}

View File

@ -29,6 +29,8 @@ import ProjectFund from "./components/ProjectFund.vue"
<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>
<el-button type="primary" class="ml-4"
@click="startEndTime2 = getLastMonthRange(), getData2()">重置</el-button>
</div>
</div>
<div class="flex flex-wrap">
@ -246,8 +248,8 @@ const getData2 = () => {
}
basicList[index] = {
name: item.title,
type: 'people',
icon: 'RectangleCopy',
type: 'payPrice',
icon: 'RectangleCopy14',
num: item.total_money,
}

View File

@ -8,6 +8,8 @@
<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>
<el-button type="primary" class="ml-4"
@click="startEndTime2 = getLastMonthRange(), getData2()">重置</el-button>
</div>
</div>
<div class="flex flex-wrap">
@ -228,8 +230,8 @@ const getData2 = () => {
}
basicList[index] = {
name: item.title,
type: 'people',
icon: 'RectangleCopy',
type: 'payPrice',
icon: 'RectangleCopy14',
num: item.total_money,
}

View File

@ -29,6 +29,8 @@ import ProjectFund from "./components/ProjectFund.vue"
<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>
<el-button type="primary" class="ml-4"
@click="startEndTime2 = getLastMonthRange(), getData2()">重置</el-button>
</div>
</div>
<div class="flex flex-wrap">
@ -251,8 +253,8 @@ const getData2 = () => {
}
basicList[index] = {
name: item.title,
type: 'people',
icon: 'RectangleCopy',
type: 'payPrice',
icon: 'RectangleCopy14',
num: item.total_money,
}

View File

@ -9,6 +9,8 @@
<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>
<el-button type="primary" class="ml-4"
@click="startEndTime2 = getLastMonthRange(), getData2()">重置</el-button>
</div>
</div>
<div class="flex flex-wrap">
@ -223,8 +225,8 @@ const getData2 = () => {
}
basicList[index] = {
name: item.title,
type: 'people',
icon: 'RectangleCopy',
type: 'payPrice',
icon: 'RectangleCopy14',
num: item.total_money,
}

View File

@ -9,6 +9,8 @@
<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>
<el-button type="primary" class="ml-4"
@click="startEndTime2 = getLastMonthRange(), getData2()">重置</el-button>
</div>
</div>
<div class="flex flex-wrap">
@ -225,10 +227,9 @@ const getData2 = () => {
}
basicList[index] = {
name: item.title,
type: 'people',
icon: 'RectangleCopy',
type: 'payPrice',
icon: 'RectangleCopy14',
num: item.total_money,
}
})
})

File diff suppressed because one or more lines are too long