更新
This commit is contained in:
@@ -263,7 +263,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div class="flex_box work_status_box">
|
<div class="flex_box work_status_box">
|
||||||
<div>{{ statusList[scope.row.task_status] }}</div>
|
<div>{{ statusList[scope.row.task_status] }}</div>
|
||||||
<el-button v-if="scope.row.task_status == 5" @click="workRetry(scope.$index)" size="mini" type="primary" class="work_status_retry">重试</el-button>
|
<el-button v-if="scope.row.task_status == 5&&scope.row.task_uuid" @click="workRetry(scope.$index)" size="mini" type="primary" class="work_status_retry">重试</el-button>
|
||||||
<!-- <i class="el-icon-caret-bottom"></i> -->
|
<!-- <i class="el-icon-caret-bottom"></i> -->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user