Просмотр исходного кода

检测管理看板隐藏委托数据

cfort 2 лет назад
Родитель
Сommit
d352ddff45

+ 26 - 26
src/views/system/jbdHome/board/checkBoard.vue

@@ -158,32 +158,32 @@
                         const { month, accepted, approval, jcFinish, jcTotal, process, report, rwFinish, task, today, week, quarter, year, bgFinish } = data[0]
                         this.middleCardData.taskData = [month, jcTotal, task, report]
                         let result = [
-                            {
-                                title: '委托',
-                                children: [
-                                    {
-                                        label: '年度',
-                                        value: year
-                                    },
-                                    {
-                                        label: '月度',
-                                        value: month
-                                    },
-                                    {
-                                        label: '本周',
-                                        value: week
-                                    },
-                                    {
-                                        label: '本日',
-                                        value: today
-                                    },
-                                    {
-                                        label: '本月受理',
-                                        value: accepted
-                                    }
-                                ],
-                                unit: '单'
-                            },
+                            // {
+                            //     title: '委托',
+                            //     children: [
+                            //         {
+                            //             label: '年度',
+                            //             value: year
+                            //         },
+                            //         {
+                            //             label: '月度',
+                            //             value: month
+                            //         },
+                            //         {
+                            //             label: '本周',
+                            //             value: week
+                            //         },
+                            //         {
+                            //             label: '本日',
+                            //             value: today
+                            //         },
+                            //         {
+                            //             label: '本月受理',
+                            //             value: accepted
+                            //         }
+                            //     ],
+                            //     unit: '单'
+                            // },
                             {
                                 title: '样品分配',
                                 children: [

+ 8 - 8
src/views/system/jbdHome/board/component/testing/topBar.vue

@@ -89,19 +89,19 @@
         align-items: center;
         background-color: rgba(6, 30, 93, 0.5);
         .item {
-            width: 20%;
+            width: 33.3%;
             // width: calc(100% / 13);
             height: 60%;
             padding: 12px 20px;
             border-left: 5px solid rgb(6, 30, 93);
-            &:first-child{
-                width: 33.3%;
-                .box{
-                    width: 20%;
-                }
-            }
+            // &:first-child{
+            //     width: 33.3%;
+            //     .box{
+            //         width: 20%;
+            //     }
+            // }
             &:last-child{
-                width: 26.6%;
+                // width: 26.6%;
                 .box{
                     width: 25%;
                 }