统计-公会周统计-日期

This commit is contained in:
khalil
2025-05-07 19:00:32 +08:00
parent a45fb8f20f
commit 1be71a3d65

View File

@@ -6,7 +6,12 @@
border
style="width: 100%; margin-top: 25px"
>
<el-table-column prop="date" align="center" label="日期" />
<el-table-column align="center" label="日期" width="220px">
<template v-slot="scope">
{{ scope.row.date }} ~ {{ scope.row.endDate }}
</template>
</el-table-column>
<el-table-column
prop="totalNewCount"
align="center"
@@ -297,8 +302,6 @@ export default {
// 详情
edi(res, type) {
this.detailsIsShow = type;
console.log(JSON.parse(res));
this.tableDataIn = JSON.parse(res);
this.detailsDialog = true;
},