|
|
<div v-for="(stepItem, index) in props.row.stepInfo.extraStep">
|
|
<div v-for="(stepItem, index) in props.row.stepInfo.extraStep">
|
|
|
@click="showdialog(true, stepItem.id, props.row.id, props.row.isReview, props.row.stepInfo.active - 1 == index)"
|
|
@click="showdialog(true, stepItem.id, props.row.id, props.row.isReview, props.row.stepInfo.active - 1 == index)"
|