调整报表和基础模块的页面宽度

This commit is contained in:
季圣华
2022-09-22 22:40:50 +08:00
parent 9352291510
commit d08f0a15fc
11 changed files with 63 additions and 67 deletions

View File

@@ -119,12 +119,12 @@
return parseInt(index)+1;
}
},
{title: '操作模块', dataIndex: 'operation', width: 120},
{title: '操作详情', align:"left", dataIndex: 'content', scopedSlots: { customRender: 'content' }, width: 350 },
{title: '操作员账号', dataIndex: 'loginName', width: 80, align: "center"},
{title: '操作员姓名', dataIndex: 'userName', width: 80, align: "center"},
{title: '操作模块', dataIndex: 'operation', width: 120, align: "left"},
{title: '操作详情', dataIndex: 'content', scopedSlots: { customRender: 'content' }, width: 350, align:"left" },
{title: '操作员账号', dataIndex: 'loginName', width: 80, align: "left"},
{title: '操作员姓名', dataIndex: 'userName', width: 80, align: "left"},
{
title: '操作状态', dataIndex: 'status',width:80, align:"center",
title: '操作状态', dataIndex: 'status',width:80, align:"left",
customRender:function (text) {
if(text){
return "失败";
@@ -133,8 +133,8 @@
}
}
},
{title: '操作IP', dataIndex: 'clientIp', width: 110, align: "center"},
{title: '操作时间', dataIndex: 'createTimeStr', width: 120, align: "center"}
{title: '操作IP', dataIndex: 'clientIp', width: 110, align: "left"},
{title: '操作时间', dataIndex: 'createTimeStr', width: 120, align: "left"}
],
operateColumn:
{