111
This commit is contained in:
@@ -69,10 +69,12 @@
|
||||
</template>
|
||||
<template #header v-if="Object.keys(dimensionFields)?.length">
|
||||
<div style="display:flex;margin-left:40px">
|
||||
<el-checkbox-group @change="searchDimension" v-model="tableSearch['Group by']"
|
||||
<el-checkbox-group
|
||||
@change="searchDimension" v-model="tableSearch['Group by']"
|
||||
placeholder="请选择内容">
|
||||
<template v-for="(item,key) in dimensionFields">
|
||||
<el-checkbox v-if="tableSearch['Group by']&&tableSearch['Group by'].includes(key)||!tableSearch['Group by']?.length"
|
||||
<el-checkbox
|
||||
v-if="tableSearch['Group by']&&tableSearch['Group by'].includes(key)||!tableSearch['Group by']?.length"
|
||||
:key="key"
|
||||
:value="key"
|
||||
:label="item.label"></el-checkbox>
|
||||
@@ -191,7 +193,9 @@ const initTable = async () => {
|
||||
border: reportVo.tableConfig.includes('border'),
|
||||
stripe: reportVo.tableConfig.includes('stripe'),
|
||||
showSummary:false,
|
||||
|
||||
stripe:true,
|
||||
|
||||
column: {}
|
||||
}
|
||||
|
||||
@@ -658,10 +662,12 @@ defineExpose({
|
||||
&::after{
|
||||
content:'、'
|
||||
}
|
||||
|
||||
&:last-of-type::after{
|
||||
content:''
|
||||
}
|
||||
}
|
||||
|
||||
.lastAmountRow{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user