Merge branch 'multi-tenant' of http://192.168.2.166:3180/OMC/ems_frontend_vue3 into multi-tenant
This commit is contained in:
@@ -152,6 +152,11 @@ let tableColumns: ColumnsType = [
|
|||||||
align: 'left',
|
align: 'left',
|
||||||
width: 150,
|
width: 150,
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: t('common.operate'),
|
||||||
|
// key: 'id',
|
||||||
|
// align: 'left',
|
||||||
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
/**表格分页器参数 */
|
/**表格分页器参数 */
|
||||||
|
|||||||
@@ -149,6 +149,12 @@ let tableColumns: ColumnsType = [
|
|||||||
return parseDateToStr(+cdrJSON.timestamp * 1000);
|
return parseDateToStr(+cdrJSON.timestamp * 1000);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// {
|
||||||
|
// title: t('common.operate'),
|
||||||
|
// key: 'id',
|
||||||
|
// align: 'left',
|
||||||
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
/**表格分页器参数 */
|
/**表格分页器参数 */
|
||||||
|
|||||||
Reference in New Issue
Block a user