Explorar o código

三个表格改为了只读

linan %!s(int64=5) %!d(string=hai) anos
pai
achega
fbc3f18ab2

+ 1 - 1
src/views/groupManagment/UnityTrace/UnityTrace.vue

@@ -151,7 +151,7 @@ export default {
         this.timer_1 = setInterval(() => {
             this.getReportList()
             console.log("getReportList")
-        }, 1000 * 60);
+        }, 1000 * 3);
     },
     mounted() {},
     beforeDestroy() {

+ 1 - 1
src/views/groupManagment/UnityTrace/charts/chart_a.vue

@@ -50,7 +50,7 @@ export default {
                         dataZoom: {
                             yAxisIndex: "none"
                         },
-                        dataView: { readOnly: false },
+                        dataView: { readOnly: true },
                         magicType: { type: ["line", "bar"] },
                         restore: {},
                         saveAsImage: {}

+ 1 - 1
src/views/groupManagment/UnityTrace/charts/chart_b.vue

@@ -46,7 +46,7 @@ export default {
                         dataZoom: {
                             yAxisIndex: "none"
                         },
-                        dataView: { readOnly: false },
+                        dataView: { readOnly: true },
                         magicType: { type: ["line", "bar"] },
                         restore: {},
                         saveAsImage: {}

+ 1 - 1
src/views/groupManagment/UnityTrace/charts/chart_c.vue

@@ -45,7 +45,7 @@ export default {
                         dataZoom: {
                             yAxisIndex: "none"
                         },
-                        dataView: { readOnly: false },
+                        dataView: { readOnly: true },
                         magicType: { type: ["line", "bar"] },
                         restore: {},
                         saveAsImage: {}