上传历史记录已识别、识别等待去掉删除按钮

master
hansha 1 year ago
parent d0113bd2f6
commit e7ec643a52

@ -66,7 +66,7 @@
<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">
<el-col :span="1.5" v-if="queryParams.recognize==='0'">
<el-button
type="danger"
plain
@ -120,7 +120,7 @@
<image-preview :src="scope.row.picUrl" :width="50" :height="50"/>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<el-table-column v-if="queryParams.recognize==='0'" label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
size="mini"

Loading…
Cancel
Save