Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3bed75d2
authored
2025-12-04 17:08:31 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
点击进入详情
1 parent
eead0870
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogDetail.vue
View file @
3bed75d
...
...
@@ -1385,11 +1385,11 @@ const respParamsTableInfo = ref({
<span>
{{
scope
.
row
[
"fieldPrecision"
]
==
null
?
'--'
:
scope
.
row
[
"fieldPrecision"
]
}}
</span>
</
template
>
</el-table-column>
<el-table-column
v-if=
"detailInfo.foundMode != 1"
prop=
"dictionaryCode"
label=
"关联字典"
width=
"130px"
align=
"left"
show-overflow-tooltip
>
<
!-- <
el-table-column v-if="detailInfo.foundMode != 1" prop="dictionaryCode" label="关联字典" width="130px" align="left" show-overflow-tooltip>
<template #default="scope">
<span>{{ scope.row["dictionaryName"] || '--' }}</span>
</template>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"isPrimary"
label=
"是否主键"
width=
"90px"
align=
"left"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span>
{{
scope
.
row
[
"isPrimary"
]
?
(
scope
.
row
[
"isPrimary"
]
==
'Y'
?
'是'
:
'否'
)
:
'--'
}}
</span>
...
...
src/views/data_asset/registerCatalogManagement.vue
View file @
3bed75d
...
...
@@ -180,6 +180,15 @@ const tableBtnClick = (scope, btn) => {
};
const
handleDataClick
=
(
item
)
=>
{
//同步过来的要显示详情页面。
if
(
item
.
nodeId
)
{
router
.
push
({
// name: "registerCatalogDetail",
path
:
props
.
dataSources
==
1
?
'/data-asset/authordata-catalog/register-catalog-detail'
:
'/data-asset/register-catalog/register-catalog-detail'
,
query
:
{
guid
:
item
.
guid
,
type
:
"asset"
,
dataSources
:
props
.
dataSources
,
foundMode
:
item
.
foundMode
},
});
return
;
}
if
(
item
.
isRegister
==
"N"
&&
item
.
foundMode
!=
3
&&
item
.
foundMode
!=
4
&&
item
.
foundMode
!=
5
)
{
router
.
push
({
path
:
props
.
dataSources
==
1
?
'/data-asset/authordata-catalog/register-ctalog-create'
:
'/data-asset/register-catalog/register-ctalog-create'
,
...
...
Write
Preview
Styling with
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