diff --git a/jero-web/src/views/documentTools/virtualList/index.vue b/jero-web/src/views/documentTools/virtualList/index.vue index 30b051ed9..07338ef7d 100644 --- a/jero-web/src/views/documentTools/virtualList/index.vue +++ b/jero-web/src/views/documentTools/virtualList/index.vue @@ -266,9 +266,9 @@ onOk() { let url = '' if (val.subscribeFlag == 0 || !val.subscribeFlag) { - url = 'document/bussDocumentLibraryEO/addSubscribe' + url = 'dummy/dummyInventoryBaseEO/read' } else { - url = 'document/bussDocumentLibraryEO/cancelSubscribe' + url = 'dummy/dummyInventoryBaseEO/cancelRead' } getAction(url, { id: val.id }).then((res) => { if (res.success) { diff --git a/jero-web/src/views/projectManagement/components/ProjectDetails.vue b/jero-web/src/views/projectManagement/components/ProjectDetails.vue index 3a50ce515..b25a56a62 100644 --- a/jero-web/src/views/projectManagement/components/ProjectDetails.vue +++ b/jero-web/src/views/projectManagement/components/ProjectDetails.vue @@ -63,11 +63,72 @@
法规/认证任务计划
+
+ +
+
+ +
+
法规清单确认打扫房间十大科技孵化开具收费电视
+
2021-10-13
+
+
+ +
+ +
+
法规清单确认
+
2021-10-13
+
+
+ +
+ +
+
法规清单确认
+
2021-10-13
+
+
+ +
+ +
+
法规清单确认
+
2021-10-13
+
+
+ +
+ +
+
法规清单确认
+
2021-10-13
+
+
+ +
+ +
+
法规清单确认
+
2021-10-13
+
+
+ +
+ +
+
法规清单确认
+
2021-10-13
+
+
+
+
+
-
+
@@ -90,39 +151,38 @@ @@ -176,6 +236,61 @@ } } + .process-content { + margin-top: 4px; + height: 60px; + position: relative; + + .process-content-content { + background: #fff; + z-index: 1000000; + padding: 0 20px; + + .process-content-left { + float: left; + } + + .process-content-right { + float: left; + margin-left: 7px; + + .process-content-right-top { + font-size: 14px; + font-weight: 400; + color: #040B29; + max-width: 94px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + } + + .process-content-right-button { + font-size: 12px; + font-weight: 400; + color: #6F7385; + margin-top: -4px; + } + } + } + + + .process-content-content:first-child { + padding: 0 20px 0 0; + } + + .process-content-content:last-child { + padding: 0 0 0 20px; + } + + .process-content-right-xian { + height: 1px; + width: calc(100% - 27px); + background: #E6E6E9; + position: absolute; + top: 16px; + } + } + .box-content { width: 100%; display: flex; @@ -185,7 +300,8 @@ width: calc(50% - 12px); height: 300px; border: 2px #eff1f3 solid; - #main{ + + #main { width: 100%; height: 100%; } @@ -197,4 +313,12 @@ border: 2px #eff1f3 solid; } } + + @media screen and (min-width: 600px) and (max-width: 1600px) { + + .process-content-right-top { + max-width: 70px!important; + } + + } \ No newline at end of file