[Fix][UI Next][V1.0.0-Alpha] Fix the two hover prompts appear. (#9333)

* [Fix][UI Next][V1.0.0-Alpha] Fix the two hover prompts appear.

* [Fix][UI Next][V1.0.0-Alpha] Fix the two hover prompts appear.
dependabot/maven/org.springframework-spring-beans-5.3.18
songjianet 2022-04-02 17:01:07 +08:00 committed by GitHub
parent 40e44f6bc4
commit d7a4dc1dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 10 deletions

View File

@ -18,7 +18,7 @@
import { h, ref, reactive } from 'vue'
import { useI18n } from 'vue-i18n'
import { useRouter } from 'vue-router'
import { NSpace, NTooltip, NButton, NPopconfirm, NEllipsis } from 'naive-ui'
import { NSpace, NTooltip, NButton, NPopconfirm } from 'naive-ui'
import {
deleteScheduleById,
offline,
@ -84,15 +84,7 @@ export function useTable() {
{
title: t('project.workflow.workflow_name'),
key: 'processDefinitionName',
...COLUMN_WIDTH_CONFIG['name'],
render: (row: any) =>
h(
NEllipsis,
{ style: 'max-width: 200px' },
{
default: () => row.processDefinitionName
}
)
...COLUMN_WIDTH_CONFIG['name']
},
{
title: t('project.workflow.start_time'),