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
bdc72733
authored
2025-01-08 14:03:40 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
71924fdc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
src/views/data_inventory/classifyGradeCatalogue.vue
src/views/data_inventory/tableCreateExisting.vue
src/views/data_product/productListingDetail.vue
src/views/data_inventory/classifyGradeCatalogue.vue
View file @
bdc7273
...
...
@@ -32,7 +32,7 @@ import {
import
{
TableColumnWidth
}
from
"@/utils/enum"
;
import
router
from
"@/router"
;
import
{
download
}
from
"@/utils/common"
;
import
{
ca
}
from
"element-plus/es/locale"
;
const
currentPath
=
ref
<
string
[]
>
([]);
const
currentDatabasePath
=
ref
<
string
[]
>
([]);
...
...
@@ -598,7 +598,7 @@ const dataBaseTableInfo = ref({
fields
:
[
{
label
:
"序号"
,
type
:
"index"
,
width
:
56
,
align
:
"center"
},
{
label
:
"数据源"
,
field
:
"databaseChName"
,
width
:
140
},
{
label
:
"表名称"
,
field
:
"tableChName"
,
width
:
120
},
{
label
:
"
主题
表名称"
,
field
:
"tableChName"
,
width
:
120
},
{
label
:
"数据库表"
,
field
:
"tableName"
,
width
:
120
},
{
label
:
"新建方式"
,
field
:
"foundMode"
,
width
:
140
,
getName
:
(
scope
)
=>
{
...
...
@@ -1741,7 +1741,7 @@ onActivated(async () => {
const
gradeTreeRef
=
ref
<
any
>
();
const
treeSelectNodeClick
=
(
node
,
item
)
=>
{
console
.
log
(
'treeSelectNodeClick'
,
node
,
item
);
console
.
log
(
'treeSelectNodeClick'
,
gradeTreeRef
.
value
.
treeRef
);
classifyDetailGuidInfo
.
value
=
node
.
classifyDetailGuid
;
treeInfo
.
value
.
expandedKey
=
[];
treeInfo
.
value
.
expandedKey
.
push
(
node
.
classifyDetailGuid
);
...
...
src/views/data_inventory/tableCreateExisting.vue
View file @
bdc7273
...
...
@@ -974,7 +974,7 @@ onActivated(() => {
<!-- 表名称列 -->
<el-table-column
prop=
"tableName"
label=
"表名称"
width=
"180"
>
<
template
#
header
>
<span>
表名称
</span>
<span>
数据库表
</span>
<span
style=
"color:red;margin-left: 2px;"
>
*
</span>
</
template
>
<
template
#
default=
"scope"
>
...
...
@@ -985,7 +985,7 @@ onActivated(() => {
<!-- 数据库表列 -->
<el-table-column
prop=
"tableChName"
label=
"数据库表"
width=
"280"
>
<
template
#
header
>
<span>
数据库表
</span>
<span>
主题表名称
</span>
<span
style=
"color:red;margin-left: 2px;"
>
*
</span>
</
template
>
<
template
#
default=
"scope"
>
...
...
src/views/data_product/productListingDetail.vue
View file @
bdc7273
...
...
@@ -501,7 +501,7 @@ const formInfo = ref({
default
:
[],
limit
:
1
,
block
:
true
,
required
:
tru
e
,
required
:
fals
e
,
visible
:
true
},
{
...
...
@@ -515,7 +515,7 @@ const formInfo = ref({
default
:
[],
limit
:
1
,
block
:
true
,
required
:
tru
e
,
required
:
fals
e
,
visible
:
true
},
{
...
...
@@ -529,7 +529,7 @@ const formInfo = ref({
default
:
[],
limit
:
1
,
block
:
true
,
required
:
tru
e
,
required
:
fals
e
,
visible
:
true
},
{
...
...
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