Merge branch 'main' of http://192.168.2.166:3180/OMC/ems_frontend_vue3
This commit is contained in:
@@ -1178,7 +1178,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
menu:{
|
menu:{
|
||||||
menuInfo:'Menu Information',
|
menuInfo:' Menu Information',
|
||||||
menuName:'Menu Name',
|
menuName:'Menu Name',
|
||||||
menuId:'Menu Number',
|
menuId:'Menu Number',
|
||||||
menuSort:'Menu Sort',
|
menuSort:'Menu Sort',
|
||||||
|
|||||||
@@ -449,10 +449,6 @@ function fnModalCancel() {
|
|||||||
* @param row 网元编号ID
|
* @param row 网元编号ID
|
||||||
*/
|
*/
|
||||||
function fnRecordDelete(row: Record<string, any>) {
|
function fnRecordDelete(row: Record<string, any>) {
|
||||||
message.success({
|
|
||||||
content: t('common.msgSuccess', { msg: t('common.deleteText') }),
|
|
||||||
duration: 2,
|
|
||||||
});
|
|
||||||
Modal.confirm({
|
Modal.confirm({
|
||||||
title: t('common.tipTitle'),
|
title: t('common.tipTitle'),
|
||||||
content: t('views.configManage.neManage.delSure', { msg: row.neName }),
|
content: t('views.configManage.neManage.delSure', { msg: row.neName }),
|
||||||
|
|||||||
Reference in New Issue
Block a user