From e8ef6bf8cc9bec2dfec5f6612e5a24992248c52b Mon Sep 17 00:00:00 2001 From: Jack <1638169491@qq.com> Date: Tue, 9 Aug 2022 14:12:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=96=E9=87=8C=E5=A4=A7=E5=B1=8F(=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E8=AE=A1=E5=88=92)=EF=BC=9A=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=94=98=E7=89=B9=E5=9B=BE=E8=BF=9B=E5=BA=A6=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jlw/planProgress/centerTop.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/views/projectAdmin/jlw/planProgress/centerTop.vue b/src/views/projectAdmin/jlw/planProgress/centerTop.vue index 839cf98e..c06b6e28 100644 --- a/src/views/projectAdmin/jlw/planProgress/centerTop.vue +++ b/src/views/projectAdmin/jlw/planProgress/centerTop.vue @@ -30,6 +30,7 @@
+
@@ -41,6 +42,7 @@
+
@@ -69,16 +71,16 @@ export default { projects: [ { pName: '地基与基础工程', - startTime: '2020/04', - endTime: '2020/05', + startTime: '2020/04/06', + endTime: '2020/05/09', gantts: [{ startTime: '', endTime: '', status: '' }], children: [ { pName: '无支护土方工程', startTime: '2020/04', endTime: '2020/05' }, { pName: '有支护土方工程', startTime: '2020/04', endTime: '2020/05' } ] }, - { pName: '主体结构', startTime: '2020/03', endTime: '2020/06' }, - { pName: '建筑装饰装修', startTime: '2020/04', endTime: '2020/07' } + { pName: '主体结构', startTime: '2020/03/12', endTime: '2020/06/04' }, + { pName: '建筑装饰装修', startTime: '2020/04/21', endTime: '2020/07/30' } ], openedIndex: 9999 } @@ -200,6 +202,7 @@ export default { cursor: pointer; } .row { + position: relative; display: flex; .td { flex-shrink: 0; @@ -233,6 +236,14 @@ export default { width: 400px; } } + .progress { + flex-shrink: 0; + position: absolute; + top: calc(50% - 7px); + width: 20px; + height: 14px; + background: pink; + } } .children { display: none;