style: 网元接口/补充注释
This commit is contained in:
@@ -525,7 +525,7 @@ onMounted(() => {
|
||||
<template #icon><ReloadOutlined /></template>
|
||||
</a-button>
|
||||
</a-tooltip>
|
||||
<a-tooltip>
|
||||
<a-tooltip placement="bottomRight">
|
||||
<template #title>密度</template>
|
||||
<a-dropdown trigger="click">
|
||||
<a-button type="text">
|
||||
|
||||
@@ -49,6 +49,7 @@ let modalState: ModalStateType = reactive({
|
||||
downBtn: false,
|
||||
});
|
||||
|
||||
/**网元类型选择对应修改 */
|
||||
function fnNeChange(_: any, item: any) {
|
||||
modalState.from.ip = item[1].ip;
|
||||
modalState.execLogMsg = '';
|
||||
|
||||
Reference in New Issue
Block a user