songjianet commented on a change in pull request #7226:
URL: https://github.com/apache/dolphinscheduler/pull/7226#discussion_r763584897



##########
File path: 
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
##########
@@ -17,7 +17,10 @@
 <template>
   <div class="form-model-wrapper" v-clickoutside="_handleClose">
     <div class="title-box">
-      <span class="name">{{ $t("Current node settings") }}</span>
+      <span class="name">{{ $t("Current node settings") }}
+        <a v-if="helpUrlEnable(nodeData.taskType)" class="helper-link" 
target="_blank"
+           :href="helpUrl(nodeData.taskType)">?{{nodeData.taskType}} {{ 
$t('Instructions') }}</a>

Review comment:
       It is recommended to change the question mark to an icon. The icon can 
be set in the same style as the text.
   ``` vue
   <i class="el-icon-question" />
   {{nodeData.taskType}} {{ $t('Instructions') }}
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to