颜色和路径修改
This commit is contained in:
parent
6d35b5e01c
commit
03b8fb1ca6
@ -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;
|
||||
}
|
@ -60,3 +60,7 @@
|
||||
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;
|
||||
}
|
@ -461,7 +461,6 @@ const nextOne = () => {
|
||||
}
|
||||
|
||||
const templateApply = template => {
|
||||
debugger
|
||||
state.curApplyTemplate = template
|
||||
state.dvCreateForm.name = template.title
|
||||
state.dvCreateForm.nodeType = template.templateType
|
||||
|
@ -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
|
||||
|
@ -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'){
|
||||
|
@ -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'){
|
||||
|
@ -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');
|
||||
|
@ -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'){
|
||||
|
Loading…
Reference in New Issue
Block a user