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 2c053625
authored
Dec 18, 2023
by
liuyong
Browse files
Options
Browse Files
Download
Plain Diff
修改页面
2 parents
f07c8207
15c7b4f5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
5 deletions
public/drawio/js/diagramly/App.js
src/api/index.js
src/views/etpManage/index.vue
src/views/meta-model-list/table/index.vue
public/drawio/js/diagramly/App.js
View file @
2c05362
...
...
@@ -250,7 +250,7 @@ App = function(editor, container, lightbox)
}
$
.
ajax
({
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
({
metaModelId
:
urlParams
[
'id'
]
}),
...
...
src/api/index.js
View file @
2c05362
...
...
@@ -197,3 +197,20 @@ export function get_BaoGaoMoBanJieGouHua_Table(params) {
export
function
get_BaoGaoMoBanGuanLianShiYong_Table
(
params
)
{
return
get
(
'/kl-report-temp-link/'
,
params
);
}
// 专家人才库管理
// 列表查询
export
function
getETPManageList
(
params
)
{
return
post
(
'/kl-talent-pool/'
,
params
);
}
// 新建专家人才库
export
function
getETPManageAdd
(
params
)
{
return
post
(
'/kl-talent-pool/create'
,
params
);
}
// 编辑专家人才库
export
function
getETPManageUpdate
(
params
)
{
return
post
(
'/kl-talent-pool/update'
,
params
);
}
// 编辑专家人才库
export
function
getETPManageDel
(
params
)
{
return
post
(
'/kl-talent-pool/delete'
,
params
);
}
\ No newline at end of file
src/views/etpManage/index.vue
View file @
2c05362
...
...
@@ -166,6 +166,12 @@ import {
getJGYSGLUpdateBatch
,
getEleList
,
query_jia_gou_gui_shu
,
getETPManageList
,
getETPManageAdd
,
getETPManageUpdate
,
getETPManageDel
,
}
from
"@/api/index.js"
;
import
$
from
'jquery'
;
...
...
src/views/meta-model-list/table/index.vue
View file @
2c05362
...
...
@@ -4,13 +4,13 @@
<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=
"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=
"linkName"
label=
"关联元素名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"targetId"
label=
"关联元素id"
align=
"center"
></el-table-column>
<el-table-column
prop=
"source"
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=
"direction"
label=
"方向"
align=
"center"
></el-table-column
>
<
!--
<el-table-column
prop=
"direction"
label=
"方向"
align=
"center"
></el-table-column>
--
>
<!--
<el-table-column
label=
"操作"
align=
"center"
>
<template>
<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