mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(视图-透视表): 行小计禁用条件错误
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
>
|
||||
<el-select
|
||||
v-model="rowSubTotalItem.aggregation"
|
||||
:disabled="colNum < 2"
|
||||
:disabled="rowNum < 2"
|
||||
:placeholder="$t('chart.aggregation')"
|
||||
size="mini"
|
||||
@change="changeTotalAggr(rowSubTotalItem, totalForm.row.calcSubTotals.cfg, 'row')"
|
||||
|
||||
Reference in New Issue
Block a user