diff --git a/src/views/task/projectList/index.vue b/src/views/task/projectList/index.vue
index 249eae14..f75d491d 100644
--- a/src/views/task/projectList/index.vue
+++ b/src/views/task/projectList/index.vue
@@ -34,27 +34,44 @@
-
-
-
+
+
+
+
+ {{ project.nodeCode }}
+
+
+
+
+
+
+
+
+
-->
+
+
+ {{ row.nodeCode }}
+
+
{{ row.nodeName }}
@@ -173,7 +195,7 @@ import { projectStatus } from '@/components/common/statusDot/statusMap';
import { MoreFilled } from '@element-plus/icons-vue';
import { ElMessageBox } from 'element-plus';
import { PROJECT_EXE_STATUS_CODE } from '@/utils/enum/project';
-// import { enableConfigByTenant, TENANT_ENUM } from '@/tenants/tenant';
+import { enableConfigByTenant, TENANT_ENUM } from '@/tenants/tenant';
// import { getUserId, getUserTenantId } from '@/utils/user';
import projectOverview from '@/views/task/projectOverview/index.vue';
@@ -540,9 +562,34 @@ const shwoProjectsFun = () => {
cursor: pointer;
}
}
- img {
+ .img-box {
width: 100%;
height: 100%;
+ position: relative;
+ img {
+ width: 100%;
+ height: 100%;
+ }
+ .pure-bg {
+ width: 100%;
+ height: 100%;
+ background: rgba(216, 210, 210, 0.2);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+ .node-code {
+ position: absolute;
+ top: 40%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ color: var(--el-color-primary);
+ font-size: 20px;
+ cursor: pointer;
+ width: 100%;
+ text-align: center;
+ padding: 0 15px;
+ }
}
.bottom-box {
position: absolute;