上传历史记录、任务记录

master
wanglei 1 year ago
parent fe00947a1c
commit c665256167

@ -63,7 +63,7 @@
</el-form>
<el-row :gutter="10" class="mb8">
<el-col :span="1.5" v-if="queryParams.recognize==='0'">
<el-col :span="1.5" v-if="queryParams.recognize==='0'&&(queryParams.ywType==='option1'||queryParams.ywType==='option2'||queryParams.ywType==='option3'||queryParams.ywType==='option4'||queryParams.ywType==='option5'||queryParams.ywType==='option6'||queryParams.ywType==='option7'||queryParams.ywType==='option8'||queryParams.ywType==='option9')">
<el-button icon="el-icon-full-screen" size="mini" type="primary" @click="cjsbrw"></el-button>
</el-col>
<!-- <el-col :span="1.5">

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

Loading…
Cancel
Save