17f2f18f by lihua

修改总字段数

1 parent f800b6bb
......@@ -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: 120, align: 'right' },
{ label: "总字段数", field: "columns", type: 'chnum', width: 100, 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: 110, align: 'right' },
{ label: "总字段数", field: "columns", type: 'chnum', width: 100, 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 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!