2.6 盈利能力模块表格完善
This commit is contained in:
@@ -2413,7 +2413,7 @@ const _sfc_main = {
|
||||
} else
|
||||
sumData.push(sum);
|
||||
}
|
||||
this.option2.legend.data = ["第一季度", "第二季度", "第三季度", "第四季度"];
|
||||
this.option3.legend.data = ["第一季度", "第二季度", "第三季度", "第四季度"];
|
||||
this.option3.xAxis[0].data = category;
|
||||
this.option3.xAxis[1].data = category;
|
||||
this.option3.series = [
|
||||
@@ -2677,9 +2677,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
e: common_vendor.o(($event) => $options.clickBalanceSingleQuarterOrAll(0)),
|
||||
f: $data.balanceSingleQuarterAllIndex == 1
|
||||
}, $data.balanceSingleQuarterAllIndex == 1 ? {
|
||||
g: common_assets._imports_2$13
|
||||
g: common_assets._imports_2$12
|
||||
} : {
|
||||
h: common_assets._imports_3$12
|
||||
h: common_assets._imports_3$11
|
||||
}, {
|
||||
i: $data.balanceSingleQuarterAllIndex == 1
|
||||
}, $data.balanceSingleQuarterAllIndex == 1 ? {
|
||||
@@ -2714,9 +2714,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
B: common_vendor.o(($event) => $options.clickCashFlowSingleQuarterOrAll(0)),
|
||||
C: $data.cashFlowSingleQuarterAllIndex == 1
|
||||
}, $data.cashFlowSingleQuarterAllIndex == 1 ? {
|
||||
D: common_assets._imports_2$13
|
||||
D: common_assets._imports_2$12
|
||||
} : {
|
||||
E: common_assets._imports_3$12
|
||||
E: common_assets._imports_3$11
|
||||
}, {
|
||||
F: $data.cashFlowSingleQuarterAllIndex == 1
|
||||
}, $data.cashFlowSingleQuarterAllIndex == 1 ? {
|
||||
@@ -2750,9 +2750,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
W: common_vendor.o(($event) => $options.clickProfitSingleQuarterOrAll(0)),
|
||||
X: $data.profitSingleQuarterAllIndex == 1
|
||||
}, $data.profitSingleQuarterAllIndex == 1 ? {
|
||||
Y: common_assets._imports_2$13
|
||||
Y: common_assets._imports_2$12
|
||||
} : {
|
||||
Z: common_assets._imports_3$12
|
||||
Z: common_assets._imports_3$11
|
||||
}, {
|
||||
aa: $data.profitSingleQuarterAllIndex == 1
|
||||
}, $data.profitSingleQuarterAllIndex == 1 ? {
|
||||
|
||||
@@ -20,6 +20,14 @@
|
||||
color: #999999;
|
||||
text-align: center;
|
||||
}
|
||||
.detailOptionC .option .icon {
|
||||
width: 23rpx;
|
||||
height: auto;
|
||||
}
|
||||
.detailOptionC .option .arrow {
|
||||
width: 11rpx;
|
||||
height: auto;
|
||||
}
|
||||
.detailOptionC .option.select {
|
||||
border: solid 1rpx #F2C369;
|
||||
color: #F2C369;
|
||||
|
||||
Reference in New Issue
Block a user