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
26ba7697
authored
2025-07-09 14:31:01 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改总字段数
1 parent
f2e814bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_meta/metadataQuery.vue
src/views/data_meta/metadataQuery.vue
View file @
26ba769
...
...
@@ -96,7 +96,7 @@ const cardMap = ref({
// { label: "存储索引", field: "operator", width: 120 },
{
label
:
"总表数"
,
field
:
"tableCount"
,
type
:
'chnum'
,
width
:
90
,
align
:
'right'
},
{
label
:
"存储量(约)(MB)"
,
field
:
"storageCapacities"
,
type
:
'chnum'
,
fixedNum
:
2
,
width
:
140
,
align
:
'right'
},
{
label
:
"总字段数"
,
field
:
"columns"
,
type
:
'chnum'
,
width
:
1
2
0
,
align
:
'right'
},
{
label
:
"总字段数"
,
field
:
"columns"
,
type
:
'chnum'
,
width
:
1
0
0
,
align
:
'right'
},
{
label
:
"总行数(约)"
,
field
:
"tableRows"
,
type
:
'chnum'
,
width
:
130
,
align
:
'right'
},
{
label
:
"数据采集时间"
,
field
:
"collectTime"
,
width
:
TableColumnWidth
.
DATETIME
},
]
...
...
@@ -148,7 +148,7 @@ const cardMap = ref({
{
label
:
"表中文名称"
,
field
:
"tableChName"
,
width
:
150
},
{
label
:
"表英文名称"
,
field
:
"tableName"
,
width
:
TableColumnWidth
.
TABLENAME
},
{
label
:
"存储量(约)(MB)"
,
field
:
"storageCapacities"
,
type
:
'chnum'
,
fixedNum
:
2
,
width
:
130
,
align
:
'right'
},
{
label
:
"总字段数"
,
field
:
"columns"
,
type
:
'chnum'
,
width
:
1
1
0
,
align
:
'right'
},
{
label
:
"总字段数"
,
field
:
"columns"
,
type
:
'chnum'
,
width
:
1
0
0
,
align
:
'right'
},
{
label
:
"总行数(约)"
,
field
:
"tableRows"
,
type
:
'chnum'
,
width
:
120
,
align
:
'right'
},
{
label
:
"索引数"
,
field
:
"indexes"
,
type
:
'chnum'
,
width
:
90
,
align
:
'right'
},
{
label
:
"是否分区表"
,
field
:
"isPartition"
,
type
:
'filter'
,
width
:
110
},
...
...
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