@@ -69,13 +69,13 @@ const columnsDescription = [
colKey: 'SysUserRealName',
title: '创建人',
align: 'center',
- width: '200',
+ width: '120',
},
{
colKey: 'CreateTime',
title: '创建时间',
- width: '300',
+ width: '200',
]
const tableData = ref([])