修改总字段数
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -96,7 +96,7 @@ const cardMap = ref({ | ... | @@ -96,7 +96,7 @@ const cardMap = ref({ |
| 96 | // { label: "存储索引", field: "operator", width: 120 }, | 96 | // { label: "存储索引", field: "operator", width: 120 }, |
| 97 | { label: "总表数", field: "tableCount", type: 'chnum', width: 90, align: 'right' }, | 97 | { label: "总表数", field: "tableCount", type: 'chnum', width: 90, align: 'right' }, |
| 98 | { label: "存储量(约)(MB)", field: "storageCapacities", type: 'chnum', fixedNum: 2, width: 140, align: 'right' }, | 98 | { label: "存储量(约)(MB)", field: "storageCapacities", type: 'chnum', fixedNum: 2, width: 140, align: 'right' }, |
| 99 | { label: "总字段数", field: "columns", type: 'chnum', width: 120, align: 'right' }, | 99 | { label: "总字段数", field: "columns", type: 'chnum', width: 100, align: 'right' }, |
| 100 | { label: "总行数(约)", field: "tableRows", type: 'chnum', width: 130, align: 'right' }, | 100 | { label: "总行数(约)", field: "tableRows", type: 'chnum', width: 130, align: 'right' }, |
| 101 | { label: "数据采集时间", field: "collectTime", width: TableColumnWidth.DATETIME }, | 101 | { label: "数据采集时间", field: "collectTime", width: TableColumnWidth.DATETIME }, |
| 102 | ] | 102 | ] |
| ... | @@ -148,7 +148,7 @@ const cardMap = ref({ | ... | @@ -148,7 +148,7 @@ const cardMap = ref({ |
| 148 | { label: "表中文名称", field: "tableChName", width: 150 }, | 148 | { label: "表中文名称", field: "tableChName", width: 150 }, |
| 149 | { label: "表英文名称", field: "tableName", width: TableColumnWidth.TABLENAME }, | 149 | { label: "表英文名称", field: "tableName", width: TableColumnWidth.TABLENAME }, |
| 150 | { label: "存储量(约)(MB)", field: "storageCapacities", type: 'chnum', fixedNum: 2, width: 130, align: 'right' }, | 150 | { label: "存储量(约)(MB)", field: "storageCapacities", type: 'chnum', fixedNum: 2, width: 130, align: 'right' }, |
| 151 | { label: "总字段数", field: "columns", type: 'chnum', width: 110, align: 'right' }, | 151 | { label: "总字段数", field: "columns", type: 'chnum', width: 100, align: 'right' }, |
| 152 | { label: "总行数(约)", field: "tableRows", type: 'chnum', width: 120, align: 'right' }, | 152 | { label: "总行数(约)", field: "tableRows", type: 'chnum', width: 120, align: 'right' }, |
| 153 | { label: "索引数", field: "indexes", type: 'chnum', width: 90, align: 'right' }, | 153 | { label: "索引数", field: "indexes", type: 'chnum', width: 90, align: 'right' }, |
| 154 | { label: "是否分区表", field: "isPartition", type: 'filter', width: 110 }, | 154 | { label: "是否分区表", field: "isPartition", type: 'filter', width: 110 }, | ... | ... |
-
Please register or sign in to post a comment