diff --git a/src/views/task/graph/software/components/KafkaItem.vue b/src/views/task/graph/software/components/KafkaItem.vue index b7a715c..254e708 100644 --- a/src/views/task/graph/software/components/KafkaItem.vue +++ b/src/views/task/graph/software/components/KafkaItem.vue @@ -26,7 +26,10 @@ - + + + + @@ -54,7 +57,10 @@ - + + + + @@ -72,7 +78,7 @@ export default { props: { itemData: { type: Object, - default: function () { + default: function() { return { install_jmx_exporter: false, manage_config: { @@ -123,7 +129,7 @@ export default { }) }, getVersion(value) { - getDictChildren({ value: value }).then((data) => { + getDictChildren({ value: value }).then(data => { if (data.success) { if (value === 'KAFKA-VERSION') { this.versionData = data.data