修改元数据查询列宽
Showing
1 changed file
with
8 additions
and
8 deletions
| ... | @@ -94,10 +94,10 @@ const cardMap = ref({ | ... | @@ -94,10 +94,10 @@ const cardMap = ref({ |
| 94 | { label: "数据库名称", field: "databaseNameZh", width: 160 }, | 94 | { label: "数据库名称", field: "databaseNameZh", width: 160 }, |
| 95 | { label: "数据库名", field: "databaseName", width: 160 }, | 95 | { label: "数据库名", field: "databaseName", width: 160 }, |
| 96 | // { label: "存储索引", field: "operator", width: 120 }, | 96 | // { label: "存储索引", field: "operator", width: 120 }, |
| 97 | { label: "总表数", field: "tableCount", type: 'chnum', width: 100, 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: 100, align: 'right' }, | 99 | { label: "总字段数", field: "columns", type: 'chnum', width: 120, align: 'right' }, |
| 100 | { label: "总行数(约)", field: "tableRows", type: 'chnum', width: 100, 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 | ] |
| 103 | }, | 103 | }, |
| ... | @@ -145,13 +145,13 @@ const cardMap = ref({ | ... | @@ -145,13 +145,13 @@ const cardMap = ref({ |
| 145 | ], | 145 | ], |
| 146 | fields: [ | 146 | fields: [ |
| 147 | { label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center", fixed: "left" }, | 147 | { label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center", fixed: "left" }, |
| 148 | { label: "表中文名称", field: "tableChName", width: 140 }, | 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: 140, align: 'right' }, | 150 | { label: "存储量(约)(MB)", field: "storageCapacities", type: 'chnum', fixedNum: 2, width: 130, align: 'right' }, |
| 151 | { label: "总字段数", field: "columns", type: 'chnum', width: 120, align: 'right' }, | 151 | { label: "总字段数", field: "columns", type: 'chnum', width: 110, 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: 120, align: 'right' }, | 153 | { label: "索引数", field: "indexes", type: 'chnum', width: 90, align: 'right' }, |
| 154 | { label: "是否分区表", field: "isPartition", type: 'filter', width: 120 }, | 154 | { label: "是否分区表", field: "isPartition", type: 'filter', width: 110 }, |
| 155 | { label: "表创建时间", field: "createTime", width: TableColumnWidth.DATETIME }, | 155 | { label: "表创建时间", field: "createTime", width: TableColumnWidth.DATETIME }, |
| 156 | { label: "数据采集时间", field: "collectTime", width: TableColumnWidth.DATETIME }, | 156 | { label: "数据采集时间", field: "collectTime", width: TableColumnWidth.DATETIME }, |
| 157 | ] | 157 | ] | ... | ... |
-
Please register or sign in to post a comment