BI大屏下钻和日期拆分

This commit is contained in:
mll
2026-02-08 20:35:07 +08:00
parent 84bdfdb8bc
commit 13e436bbb5
13 changed files with 1948 additions and 110 deletions

View File

@@ -5,7 +5,7 @@
* @Last Modified time: 2022-3-14 14:04:24
!-->
<template>
<div class="text" :style="computedStyleColor">{{ styleColor.text }}</div>
<div class="text" @click="handleClick" :style="computedStyleColor">{{ styleColor.text }}</div>
</template>
<script>
import {targetWidgetLinkageLogic} from "@/views/bigscreenDesigner/designer/linkageLogic";
@@ -84,6 +84,11 @@ export default {
this.setOptionsData();
},
methods: {
handleClick(){
if(!!this.optionsSetup.is_drill_drown){
this.$emit('oepnTheDrillView',this.optionsSetup.drill_drown_setting)
}
},
// 根据条件应用样式
getConditionalStyle() {
const setup = this.optionsSetup || {};