Skip to content

Commit

Permalink
[FIX]更改缺陷提出与解决
Browse files Browse the repository at this point in the history
  • Loading branch information
laincarl committed May 19, 2021
1 parent f4b331e commit c239530
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion react/.env
@@ -1,5 +1,5 @@
CLIENT_ID=localhost
API_HOST=http://172.23.16.92:30094
API_HOST=http://api.c7n.devops.hand-china.com
WEBSOCKET_SERVER=ws://hzero-message.staging.saas.hand-china.com
HEADER_TITLE_NAME=猪齿鱼
EXTERNAL_LINK=https://choerodon.io/zh/docs/,帮助文档,help
Expand Down
Expand Up @@ -67,6 +67,12 @@ const DefectTreatment = observer(() => {
fontSize: 12,
fontStyle: 'normal',
},
formatter(value, index) {
if (!value) {
return value;
}
return value.split('(')[0];
},
},
},
yAxis: {
Expand Down

0 comments on commit c239530

Please sign in to comment.