From 03b8fb1ca65a3ed0a72965ccc80b0f2eb9379628 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Sat, 28 Jun 2025 11:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E5=92=8C=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 4 ++++ core/core-frontend/src/style/mixin.less | 4 ++++ core/core-frontend/src/views/template-market/index.vue | 1 - .../viewsnew/application/SfcEditor/NavbarEditor/assocPage.vue | 2 +- .../src/viewsnew/application/menuconfig/assocmenu.vue | 2 +- .../src/viewsnew/application/menuconfig/assocmodule.vue | 2 +- core/core-frontend/src/viewsnew/application/module/header.vue | 2 +- core/core-frontend/src/viewsnew/application/module/index.vue | 2 +- 8 files changed, 13 insertions(+), 6 deletions(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 05d2f3f..7f9f8b3 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -747,3 +747,7 @@ strong { .form-draggable-title{ color: #ffffff; } + +.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{ + background-color: rgba(37, 38, 38, 0) !important; +} \ No newline at end of file diff --git a/core/core-frontend/src/style/mixin.less b/core/core-frontend/src/style/mixin.less index 2cd6ca3..6c1aa06 100644 --- a/core/core-frontend/src/style/mixin.less +++ b/core/core-frontend/src/style/mixin.less @@ -59,4 +59,8 @@ :deep(.ed-row.drag-data.padding-lr svg){ width: 100%; height: 100%; +} + +:deep(.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell){ + background-color: rgba(37, 38, 38, 0) !important; } \ No newline at end of file diff --git a/core/core-frontend/src/views/template-market/index.vue b/core/core-frontend/src/views/template-market/index.vue index 5000d29..f16418e 100644 --- a/core/core-frontend/src/views/template-market/index.vue +++ b/core/core-frontend/src/views/template-market/index.vue @@ -461,7 +461,6 @@ const nextOne = () => { } const templateApply = template => { - debugger state.curApplyTemplate = template state.dvCreateForm.name = template.title state.dvCreateForm.nodeType = template.templateType diff --git a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/assocPage.vue b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/assocPage.vue index bbbee7d..a7c2948 100644 --- a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/assocPage.vue +++ b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/assocPage.vue @@ -88,7 +88,7 @@ function handleNodeClick(e) { busiFlag.value = 'dataV' loading.value = false loadCanvasData(e.id, 9, 0) - } else if (e.type == '04' || e.type == '05' || e.type == '06') { + } else if (e.type == '04' || e.type == '05' || e.type == '06'||e.type == '09') { moduleInfo.value = e isFormCreate.value = true loading.value = false diff --git a/core/core-frontend/src/viewsnew/application/menuconfig/assocmenu.vue b/core/core-frontend/src/viewsnew/application/menuconfig/assocmenu.vue index cc7ed8b..fd1b1bd 100644 --- a/core/core-frontend/src/viewsnew/application/menuconfig/assocmenu.vue +++ b/core/core-frontend/src/viewsnew/application/menuconfig/assocmenu.vue @@ -93,7 +93,7 @@ const handleNodeClick = (e: any) => { }else if(e.type == '03'){ busiFlag.value = 'dataV' loadCanvasData(e.id,9,0) - }else if(e.type == '04'||e.type == '05'||e.type == '06'){ + }else if(e.type == '04'||e.type == '05'||e.type == '06'||e.type == '09'){ moduleInfo.value = e isFormCreate.value = true } else if(e.type == '02'){ diff --git a/core/core-frontend/src/viewsnew/application/menuconfig/assocmodule.vue b/core/core-frontend/src/viewsnew/application/menuconfig/assocmodule.vue index 7b6b9bf..e62d740 100644 --- a/core/core-frontend/src/viewsnew/application/menuconfig/assocmodule.vue +++ b/core/core-frontend/src/viewsnew/application/menuconfig/assocmodule.vue @@ -94,7 +94,7 @@ function handleNodeClick(e){ }else if(e.type == '03'){ busiFlag.value = 'dataV' loadCanvasData(e.id,9,0) - }else if(e.type == '09'){ + }else if(e.type == '04'||e.type == '05'||e.type == '06'||e.type == '09'){ moduleInfo.value = e isFormCreate.value = true } else if(e.type == '02'){ diff --git a/core/core-frontend/src/viewsnew/application/module/header.vue b/core/core-frontend/src/viewsnew/application/module/header.vue index 4e330e9..fa9ef58 100644 --- a/core/core-frontend/src/viewsnew/application/module/header.vue +++ b/core/core-frontend/src/viewsnew/application/module/header.vue @@ -43,7 +43,7 @@ function designClick(){ window.open('/#/dvsCanvas?dvId=' + treeInfo.value.id+'&appId=' + projectInfo.value.id, '_blank'); }else if(treeInfo.value.type == '0301'){ window.open('/#/dashboard?resourceId=' + treeInfo.value.id + '&appId='+projectInfo.value.id, '_blank'); - }else if(treeInfo.value.type == '04'||treeInfo.value.type == '05'||treeInfo.value.type == '06'){ + }else if(treeInfo.value.type == '04'||treeInfo.value.type == '05'||treeInfo.value.type == '06'|| treeInfo.value.type == '09'){ window.open('/#/formcreatedesigner?moduleId=' +treeInfo.value.id + '&appId='+projectInfo.value.id, '_blank'); }else if(treeInfo.value.type == '01'){ window.open('/#/editLogin?dvId=' +treeInfo.value.id + '&appId='+projectInfo.value.id+ '&name='+projectInfo.value.name+ '&appname='+projectInfo.value.name, '_blank'); diff --git a/core/core-frontend/src/viewsnew/application/module/index.vue b/core/core-frontend/src/viewsnew/application/module/index.vue index 177687c..7122913 100644 --- a/core/core-frontend/src/viewsnew/application/module/index.vue +++ b/core/core-frontend/src/viewsnew/application/module/index.vue @@ -125,7 +125,7 @@ function handleNodeClick(e){ }else if(e.type == '03'){ busiFlag.value = 'dataV' loadCanvasData(e.id,9,0) - }else if(e.type == '04'||e.type == '05'||e.type == '06'){ + }else if(e.type == '04'||e.type == '05'||e.type == '06'||e.type == '09'){ moduleInfo.value = e isFormCreate.value = true } else if(e.type == '02'){