02b8e6ac by lihua

调整日志列宽

1 parent 9186ebc4
...@@ -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: '修改',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!