统计-公会周统计-日期
This commit is contained in:
@@ -6,7 +6,12 @@
|
|||||||
border
|
border
|
||||||
style="width: 100%; margin-top: 25px"
|
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
|
<el-table-column
|
||||||
prop="totalNewCount"
|
prop="totalNewCount"
|
||||||
align="center"
|
align="center"
|
||||||
@@ -297,8 +302,6 @@ export default {
|
|||||||
// 详情
|
// 详情
|
||||||
edi(res, type) {
|
edi(res, type) {
|
||||||
this.detailsIsShow = type;
|
this.detailsIsShow = type;
|
||||||
console.log(JSON.parse(res));
|
|
||||||
|
|
||||||
this.tableDataIn = JSON.parse(res);
|
this.tableDataIn = JSON.parse(res);
|
||||||
this.detailsDialog = true;
|
this.detailsDialog = true;
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user