@@ -15,7 +15,6 @@
</statistic>
<ve-line :settings="{
area: true,
- stack: { '课程': ['乐团课', 'VIP课', '网管课'] },
}" :data="chartData" height="350px" :data-empty="dataEmpty"/>
</el-card>
</template>
@@ -95,6 +95,7 @@ export default {
methods: {
reset() {
this.$set(this.search, 'year', this.$helpers.dayjs())
+ this.$set(this.search, 'organIds', [])
this.FetchDetail()
},
async FetchDetail() {
- stack: { '金额': ['应收金额', '预收金额', '预付金额', '应付金额', '营收金额'] },