Merge branch 'multi-tenant' of http://192.168.2.166:3180/OMC/ems_frontend_vue3 into multi-tenant

This commit is contained in:
lai
2024-07-24 09:58:50 +08:00
2 changed files with 11 additions and 0 deletions

View File

@@ -152,6 +152,11 @@ let tableColumns: ColumnsType = [
align: 'left',
width: 150,
},
// {
// title: t('common.operate'),
// key: 'id',
// align: 'left',
// },
];
/**表格分页器参数 */

View File

@@ -149,6 +149,12 @@ let tableColumns: ColumnsType = [
return parseDateToStr(+cdrJSON.timestamp * 1000);
},
},
// {
// title: t('common.operate'),
// key: 'id',
// align: 'left',
// },
];
/**表格分页器参数 */