This commit is contained in:
曹前明 2022-08-26 16:24:35 +08:00
commit ceb9365bc4
6 changed files with 7 additions and 7 deletions

View File

@ -87,7 +87,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
type: 'show',

View File

@ -84,7 +84,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
type: 'show',

View File

@ -116,7 +116,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
projectId: projectId,

View File

@ -123,7 +123,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
type: "show",

View File

@ -1,11 +1,11 @@
<template>
<el-container>
<el-main v-loading="mainLoading">
<el-card header="流程">
<el-card header="流程" style="position:relative">
<work-step v-if="ticketDetail.state" ref="workStep" :ticket="ticketDetail"></work-step>
<el-button
class="ticketRetry"
v-if="type!=='show'&&ticketDetail.state_&&ticketDetail.state_.name==='任务执行'"
v-if="ticketDetail.state_&&ticketDetail.state_.name==='任务执行'"
@click="reStart"
type="primary"
>

View File

@ -84,7 +84,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
type: "show",