02b8e6ac by lihua

调整日志列宽

1 parent 9186ebc4
......@@ -51,10 +51,10 @@ const processTableInfo = ref({
rowKey: 'guid',
fields: [
{ label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center" },
{ label: "业务Guid", field: "bizGuid", width: 180 },
{ label: "业务Guid", field: "bizGuid", width: 262 },
{ label: "业务名称", field: "bizName", width: 220 },
{ label: "操作时间", field: "operatingTime", width: 170 },
{ label: "操作类型", field: "operatingType", width: 175, getName: (scope) => {
{ label: "操作类型", field: "operatingType", width: 110, getName: (scope) => {
let typeMap = {
1: '新增',
2: '修改',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!