|
|
|
@ -76,21 +76,19 @@
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
@click="handleUpdate1(scope.row)"
|
|
|
|
@click="handleUpdate1(scope.row)"
|
|
|
|
>查看任务详情</el-button>
|
|
|
|
>任务详情</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
v-if="scope.row.status==='1'"
|
|
|
|
v-if="scope.row.status==='1'"
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
|
>查看任务进度</el-button>
|
|
|
|
>任务进度</el-button>
|
|
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
v-if="scope.row.status==='2' || (scope.row.status==='-1'&& (scope.row.failNum!==null)) || scope.row.status==='4'"
|
|
|
|
v-if="scope.row.status==='2' || (scope.row.status==='-1'&& (scope.row.failNum!==null)) || scope.row.status==='4'"
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
@click="viewDetail(scope.row)"
|
|
|
|
@click="viewDetail(scope.row)"
|
|
|
|
>查看任务数据</el-button>
|
|
|
|
>档案数据</el-button>
|
|
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
|