diff --git a/src/panel-component/index-actions/index-actions.tsx b/src/panel-component/index-actions/index-actions.tsx index 618bfde3644e925320097ea062fdec6ea2a06f3a..94038aadd4cb64c1c1b2b5e5675cbf672e925b74 100644 --- a/src/panel-component/index-actions/index-actions.tsx +++ b/src/panel-component/index-actions/index-actions.tsx @@ -8,6 +8,7 @@ import './index-actions.scss'; /** * 首页行为容器组件 + * @primary * @description 用于包裹首页预定义布局中的四个预定义按钮组件。 * @param {IPanelContainer} props * @returns diff --git a/src/panel-component/view-message/view-message.tsx b/src/panel-component/view-message/view-message.tsx index 1a702ae07d8b95d9452fec9be22a9ba5ac707eb8..3f3bd7c234234e09c3acd89bf764cb4d90935a34 100644 --- a/src/panel-component/view-message/view-message.tsx +++ b/src/panel-component/view-message/view-message.tsx @@ -6,7 +6,7 @@ import { PanelItemController } from '@ibiz-template/runtime'; /** * 视图消息 * @primary - * @description 使用el-alert组件,用于高亮显示视图消息,支持滚动显示。 + * @description 使用el-alert组件,用于高亮显示消息位置为BODY视图内容区的视图消息。 * @param {*} * @return {*} */