Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3a9df668
authored
Apr 12, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sdp-v1'
2 parents
e8f6cab1
c7c5124b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
public/drawio/js/grapheditor/Sidebar.js
src/views/archiViewConfig/index.vue
public/drawio/js/grapheditor/Sidebar.js
View file @
3a9df66
...
...
@@ -3780,7 +3780,7 @@ Sidebar.prototype.addClickHandler = function(elt, ds, cells, clickFn)
// }
// 二次开发-元模型管理详情
console
.
log
(
evt
,
cells
)
if
(
evt
.
target
.
text
&&
!
evt
.
target
.
text
.
includes
(
'图例'
)
)
{
if
(
evt
.
target
.
text
&&
evt
.
target
.
text
.
length
<
20
)
{
cells
[
0
].
value
=
evt
.
target
.
text
;
cells
[
0
].
style
=
cells
[
0
].
style
.
replace
(
'fontColor=#ffffff;'
,
'fontColor=#000000;'
)
// cells[0].geometry.x = 0
...
...
src/views/archiViewConfig/index.vue
View file @
3a9df66
...
...
@@ -137,6 +137,7 @@
label=
"架构视图名称"
width=
"150"
align=
"center"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"archiStage"
...
...
@@ -1030,7 +1031,7 @@ export default {
// });
// },
getEleList
()
{
getEleList
().
then
((
res
)
=>
{
getEleList
(
{
state
:
1
}
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
res
.
data
.
map
((
item
)
=>
{
item
[
'key'
]
=
item
.
elementId
...
...
@@ -1041,7 +1042,7 @@ export default {
})
},
gtEleRelList
()
{
gtEleRelList
().
then
((
res
)
=>
{
gtEleRelList
(
{
state
:
1
}
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
res
.
data
.
map
((
item
)
=>
{
item
[
'key'
]
=
item
.
eleRelaId
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment