Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default defineComponent({
const handleCopy = () => {
const genNums = 1
const type = props.cell?.data.taskType
const taskName = uuid(props.cell?.data.taskName + '_')
const taskName = uuid(props.cell?.data.taskName + '-')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modifying the global rule directly will cause other task types to be abnormal, so I think we should create a new rule for the k8s task type.

const targetCode = Number(props.cell?.id)
const flag = props.cell?.data.flag

Expand Down