调整日志列宽
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -51,10 +51,10 @@ const processTableInfo = ref({ | ... | @@ -51,10 +51,10 @@ const processTableInfo = ref({ |
| 51 | rowKey: 'guid', | 51 | rowKey: 'guid', |
| 52 | fields: [ | 52 | fields: [ |
| 53 | { label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center" }, | 53 | { label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center" }, |
| 54 | { label: "业务Guid", field: "bizGuid", width: 180 }, | 54 | { label: "业务Guid", field: "bizGuid", width: 262 }, |
| 55 | { label: "业务名称", field: "bizName", width: 220 }, | 55 | { label: "业务名称", field: "bizName", width: 220 }, |
| 56 | { label: "操作时间", field: "operatingTime", width: 170 }, | 56 | { label: "操作时间", field: "operatingTime", width: 170 }, |
| 57 | { label: "操作类型", field: "operatingType", width: 175, getName: (scope) => { | 57 | { label: "操作类型", field: "operatingType", width: 110, getName: (scope) => { |
| 58 | let typeMap = { | 58 | let typeMap = { |
| 59 | 1: '新增', | 59 | 1: '新增', |
| 60 | 2: '修改', | 60 | 2: '修改', | ... | ... |
-
Please register or sign in to post a comment