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 48e1eb09
authored
Dec 18, 2023
by
songchangcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新图成数据页面的列表顺序
1 parent
2c8cab31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
public/drawio/js/diagramly/App.js
src/views/meta-model-list/table/index.vue
public/drawio/js/diagramly/App.js
View file @
48e1eb0
...
@@ -250,7 +250,7 @@ App = function(editor, container, lightbox)
...
@@ -250,7 +250,7 @@ App = function(editor, container, lightbox)
}
}
$
.
ajax
({
$
.
ajax
({
method
:
"post"
,
method
:
"post"
,
url
:
'http://
192.168.43.93
:7003/ynMol/archi-list'
,
url
:
'http://
43.143.211.42
:7003/ynMol/archi-list'
,
data
:
JSON
.
stringify
({
data
:
JSON
.
stringify
({
metaModelId
:
urlParams
[
'id'
]
metaModelId
:
urlParams
[
'id'
]
}),
}),
...
...
src/views/meta-model-list/table/index.vue
View file @
48e1eb0
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
<el-table
v-loading=
"loading"
:data=
"tableData"
stripe
border
height=
"500"
>
<el-table
v-loading=
"loading"
:data=
"tableData"
stripe
border
height=
"500"
>
<!--
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
-->
<!--
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
-->
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
prop=
"source"
label=
"元素名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"sourceId"
label=
"元素id"
align=
"center"
></el-table-column>
<el-table-column
prop=
"sourceId"
label=
"元素id"
align=
"center"
></el-table-column>
<el-table-column
prop=
"linkName"
label=
"关联元素名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"source"
label=
"元素名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"targetId"
label=
"关联元素id"
align=
"center"
></el-table-column>
<el-table-column
prop=
"target"
label=
"关联关系名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"target"
label=
"关联关系名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"targetId"
label=
"关联元素id"
align=
"center"
></el-table-column>
<el-table-column
prop=
"linkName"
label=
"关联元素名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"linkNameDesc"
label=
"关联关系描述"
align=
"center"
></el-table-column>
<el-table-column
prop=
"linkNameDesc"
label=
"关联关系描述"
align=
"center"
></el-table-column>
<
el-table-column
prop=
"direction"
label=
"方向"
align=
"center"
></el-table-column
>
<
!--
<el-table-column
prop=
"direction"
label=
"方向"
align=
"center"
></el-table-column>
--
>
<!--
<el-table-column
label=
"操作"
align=
"center"
>
<!--
<el-table-column
label=
"操作"
align=
"center"
>
<template>
<template>
<div
style=
"display: flex;align-items: center;justify-content: center;"
>
<div
style=
"display: flex;align-items: center;justify-content: center;"
>
...
...
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