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
2243adf5
authored
2025-07-09 13:41:10 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改元数据查询列宽
1 parent
f15a6b08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/data_meta/metadataQuery.vue
src/views/data_meta/metadataQuery.vue
View file @
2243adf
...
...
@@ -94,10 +94,10 @@ const cardMap = ref({
{
label
:
"数据库名称"
,
field
:
"databaseNameZh"
,
width
:
160
},
{
label
:
"数据库名"
,
field
:
"databaseName"
,
width
:
160
},
// { label: "存储索引", field: "operator", width: 120 },
{
label
:
"总表数"
,
field
:
"tableCount"
,
type
:
'chnum'
,
width
:
10
0
,
align
:
'right'
},
{
label
:
"总表数"
,
field
:
"tableCount"
,
type
:
'chnum'
,
width
:
9
0
,
align
:
'right'
},
{
label
:
"存储量(约)(MB)"
,
field
:
"storageCapacities"
,
type
:
'chnum'
,
fixedNum
:
2
,
width
:
140
,
align
:
'right'
},
{
label
:
"总字段数"
,
field
:
"columns"
,
type
:
'chnum'
,
width
:
1
0
0
,
align
:
'right'
},
{
label
:
"总行数(约)"
,
field
:
"tableRows"
,
type
:
'chnum'
,
width
:
1
0
0
,
align
:
'right'
},
{
label
:
"总字段数"
,
field
:
"columns"
,
type
:
'chnum'
,
width
:
1
2
0
,
align
:
'right'
},
{
label
:
"总行数(约)"
,
field
:
"tableRows"
,
type
:
'chnum'
,
width
:
1
3
0
,
align
:
'right'
},
{
label
:
"数据采集时间"
,
field
:
"collectTime"
,
width
:
TableColumnWidth
.
DATETIME
},
]
},
...
...
@@ -145,13 +145,13 @@ const cardMap = ref({
],
fields
:
[
{
label
:
"序号"
,
type
:
"index"
,
width
:
TableColumnWidth
.
INDEX
,
align
:
"center"
,
fixed
:
"left"
},
{
label
:
"表中文名称"
,
field
:
"tableChName"
,
width
:
1
4
0
},
{
label
:
"表中文名称"
,
field
:
"tableChName"
,
width
:
1
5
0
},
{
label
:
"表英文名称"
,
field
:
"tableName"
,
width
:
TableColumnWidth
.
TABLENAME
},
{
label
:
"存储量(约)(MB)"
,
field
:
"storageCapacities"
,
type
:
'chnum'
,
fixedNum
:
2
,
width
:
1
4
0
,
align
:
'right'
},
{
label
:
"总字段数"
,
field
:
"columns"
,
type
:
'chnum'
,
width
:
1
2
0
,
align
:
'right'
},
{
label
:
"存储量(约)(MB)"
,
field
:
"storageCapacities"
,
type
:
'chnum'
,
fixedNum
:
2
,
width
:
1
3
0
,
align
:
'right'
},
{
label
:
"总字段数"
,
field
:
"columns"
,
type
:
'chnum'
,
width
:
1
1
0
,
align
:
'right'
},
{
label
:
"总行数(约)"
,
field
:
"tableRows"
,
type
:
'chnum'
,
width
:
120
,
align
:
'right'
},
{
label
:
"索引数"
,
field
:
"indexes"
,
type
:
'chnum'
,
width
:
12
0
,
align
:
'right'
},
{
label
:
"是否分区表"
,
field
:
"isPartition"
,
type
:
'filter'
,
width
:
1
2
0
},
{
label
:
"索引数"
,
field
:
"indexes"
,
type
:
'chnum'
,
width
:
9
0
,
align
:
'right'
},
{
label
:
"是否分区表"
,
field
:
"isPartition"
,
type
:
'filter'
,
width
:
1
1
0
},
{
label
:
"表创建时间"
,
field
:
"createTime"
,
width
:
TableColumnWidth
.
DATETIME
},
{
label
:
"数据采集时间"
,
field
:
"collectTime"
,
width
:
TableColumnWidth
.
DATETIME
},
]
...
...
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