瀏覽代碼

fix--flagInter问题

qianming 2 年之前
父節點
當前提交
60e562df3a

+ 0 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/bar/widgetBarCompareChart.vue

@@ -247,7 +247,6 @@ export default {
       optionsStyle: {},
       optionsData: {},
       optionsSetup: {},
-      flagInter: null,
     };
   },
   computed: {

+ 0 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/bar/widgetBarStackChart.vue

@@ -59,7 +59,6 @@ export default {
       optionsStyle: {}, // 样式
       optionsData: {}, // 数据
       optionsSetup: {},
-      flagInter: null,
     };
   },
   computed: {

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/bar/widgetBarchart.vue

@@ -15,6 +15,7 @@ export default {
   props: {
     value: Object,
     ispreview: Boolean,
+    flagInter: null,
     widgetIndex: {
       type: Number,
       default: 0,
@@ -63,7 +64,6 @@ export default {
       optionsStyle: {}, // 样式
       optionsData: {}, // 数据
       optionsSetup: {},
-      flagInter: null,
     };
   },
   computed: {

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/bar/widgetGradientColorBarchart.vue

@@ -16,6 +16,7 @@ export default {
   props: {
     value: Object,
     ispreview: Boolean,
+    flagInter: null,
     widgetIndex: {
       type: Number,
       default: 0,
@@ -138,7 +139,6 @@ export default {
       optionsStyle: {}, // 样式
       optionsData: {}, // 数据
       optionsSetup: {},
-      flagInter: null,
     };
   },
   computed: {

+ 0 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/barline/widgetBarLineStackChart.vue

@@ -94,7 +94,6 @@ export default {
       optionsStyle: {}, // 样式
       optionsData: {}, // 数据
       optionsSetup: {},
-      flagInter: null,
     };
   },
   computed: {

+ 0 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/line/widgetLineCompareChart.vue

@@ -248,7 +248,6 @@ export default {
       optionsStyle: {},
       optionsData: {},
       optionsSetup: {},
-      flagInter: null,
     };
   },
   computed: {

+ 0 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/line/widgetLineStackChart.vue

@@ -59,7 +59,6 @@ export default {
       optionsStyle: {}, // 样式
       optionsData: {}, // 数据
       optionsSetup: {},
-      flagInter: null,
     };
   },
   computed: {

+ 1 - 0
report-ui/src/views/bigscreenDesigner/designer/widget/line/widgetLinechart.vue

@@ -15,6 +15,7 @@ export default {
   props: {
     value: Object,
     ispreview: Boolean,
+    flagInter: null,
     widgetIndex: {
       type: Number,
       default: 0,

+ 1 - 0
report-ui/src/views/bigscreenDesigner/designer/widget/percent/widgetPiePercentageChart.vue

@@ -13,6 +13,7 @@ export default {
   props: {
     value: Object,
     ispreview: Boolean,
+    flagInter: null,
     widgetIndex: {
       type: Number,
       default: 0,

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/pie/widgetPiechart.vue

@@ -15,6 +15,7 @@ export default {
   props: {
     value: Object,
     ispreview: Boolean,
+    flagInter: null,
   },
   data() {
     return {
@@ -52,7 +53,6 @@ export default {
       optionsData: {}, // 数据
       optionsCollapse: {}, // 图标属性
       optionsSetup: {},
-      flagInter: null,
     };
   },
   computed: {