diff --git a/src/views/task/graph/software/components/Dameng.vue b/src/views/task/graph/software/components/Dameng.vue new file mode 100644 index 0000000..dcb7200 --- /dev/null +++ b/src/views/task/graph/software/components/Dameng.vue @@ -0,0 +1,54 @@ + + + diff --git a/src/views/task/graph/software/components/index.ts b/src/views/task/graph/software/components/index.ts index 5950c68..055258b 100644 --- a/src/views/task/graph/software/components/index.ts +++ b/src/views/task/graph/software/components/index.ts @@ -9,7 +9,8 @@ const codeMap = new Map([ ['task.software.postgresql', 'PgSql'], ['task.software.rabbitmq', 'RabbitMq'], ['task.software.activemq', 'ActiveMq'], - ['task.software.tongweb', 'Tongtech'] + ['task.software.tongweb', 'Tongtech'], + ['task.software.dameng', 'Dameng'] ]) // const vueFiles = require.context('./', true, /\.vue$/); const vueFiles = (import.meta as any).globEager('./*.vue') diff --git a/src/views/task/graph/software/index.vue b/src/views/task/graph/software/index.vue index 98f7a1f..2561561 100644 --- a/src/views/task/graph/software/index.vue +++ b/src/views/task/graph/software/index.vue @@ -98,7 +98,8 @@ export default { 'task.software.iscsi.client', 'task.software.iscsi.server', 'task.software.iscsi', - 'task.software.tongweb' + 'task.software.tongweb', + 'task.software.dameng' ] return !data.includes(this.currentNode.code) }