update CHANGELOG.md and update label description text

This commit is contained in:
Eleven 2021-07-27 21:57:55 +08:00
parent bd38528fbd
commit abdb3e52e7
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
11. 【server】项目控制台新增心跳消息避免超过一定时间后无法操作的情况
12. 【server】ssh 新增心跳消息,避免超过一定时间后无法操作的情况
13. 【server】系统缓存中的文件占用空间大小调整为定时更新10分钟
14. 【server】修复 bug分发列表页面点击【创建分发项目】按钮之后不能正常显示【分发节点】[点击查看提交记录](https://gitee.com/dromara/Jpom/commit/bd38528fbd3067d220b7569f08449d7796e07c74) [@Hotstrip](https://gitee.com/hotstrip)
------

View File

@ -152,7 +152,7 @@
</a-select>
</a-form-model-item>
<!-- 节点 -->
<a-form-model-item label="分发节点节点" prop="nodeId">
<a-form-model-item label="分发节点" prop="nodeId">
<a-select v-model="temp.nodeIdList" mode="multiple" placeholder="请选择分发节点">
<a-select-option v-for="node in nodeList" :key="node.key">{{ `${node.title} ( ${node.key} )` }}</a-select-option>
</a-select>