瀏覽代碼

fix:数据大屏优化

liziliang 1 月之前
父節點
當前提交
c143484683

+ 2 - 1
src/views/screens/screen-components/ShengChanJiHuaQingKuang.vue

@@ -55,7 +55,8 @@ onMounted(async () => {
       data: bigData,
       index: true,
       rowNum: 10,
-      columnWidth: [50, 130, 160, 160, 120, 160, 120],
+      // columnWidth: [50, 130, 160, 160, 120, 160, 120],
+      columnWidth: [50],
       align: ["left"],
       carousel: "page",
     };

+ 1 - 32
src/views/screens/screen-components/WeiDianZiCheJianGongGao.vue

@@ -49,38 +49,7 @@ const bsFSLH = bigScreenData.value.fontSize * 2 + 5 + "px";
 const taskRateArray = ref<any[]>([]);
 onMounted(async () => {
   let res = await microelectronicWorkshopNotice();
-  taskRateArray.value = [
-    {
-      title: "微电子车间公告",
-      content:
-        "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
-      updateTime: "2022-03-15",
-    },
-    {
-      title: "微电子车间公告",
-      content:
-        "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
-      updateTime: "2022-03-15",
-    },
-    {
-      title: "微电子车间公告",
-      content:
-        "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
-      updateTime: "2022-03-15",
-    },
-    {
-      title: "微电子车间公告",
-      content:
-        "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
-      updateTime: "2022-03-15",
-    },
-    {
-      title: "微电子车间公告",
-      content:
-        "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
-      updateTime: "2022-03-15",
-    },
-  ];
+  taskRateArray.value = res.data;
 
   nextTick(() => {
     ShowScrollRef1.value.setActive(3);