diff --git a/src/views/tenant/amfUE/index.vue b/src/views/tenant/amfUE/index.vue index 62746b64..ac72a662 100644 --- a/src/views/tenant/amfUE/index.vue +++ b/src/views/tenant/amfUE/index.vue @@ -152,11 +152,11 @@ let tableColumns: ColumnsType = [ align: 'left', width: 150, }, - { - title: t('common.operate'), - key: 'id', - align: 'left', - }, + // { + // title: t('common.operate'), + // key: 'id', + // align: 'left', + // }, ]; /**表格分页器参数 */ diff --git a/src/views/tenant/mmeUE/index.vue b/src/views/tenant/mmeUE/index.vue index 3319b7e0..e99bbfe2 100644 --- a/src/views/tenant/mmeUE/index.vue +++ b/src/views/tenant/mmeUE/index.vue @@ -150,11 +150,11 @@ let tableColumns: ColumnsType = [ }, }, - { - title: t('common.operate'), - key: 'id', - align: 'left', - }, + // { + // title: t('common.operate'), + // key: 'id', + // align: 'left', + // }, ]; /**表格分页器参数 */