This commit is contained in:
24kycj
2024-12-03 23:17:25 +08:00
parent 39be1d3f1a
commit d8f155e940
+1 -1
View File
@@ -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>