|
|
|
@ -63,7 +63,10 @@
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
|
<el-col :span="1.5">
|
|
|
|
<el-col :span="1.5" v-if="queryParams.recognize==='0'">
|
|
|
|
|
|
|
|
<el-button icon="el-icon-full-screen" size="mini" type="primary" @click="cjsbrw">创建识别任务</el-button>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<!-- <el-col :span="1.5">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="danger"
|
|
|
|
type="danger"
|
|
|
|
plain
|
|
|
|
plain
|
|
|
|
@ -73,7 +76,7 @@
|
|
|
|
@click="handleDelete"
|
|
|
|
@click="handleDelete"
|
|
|
|
v-hasPermi="['dangan:pictureRecard:remove']"
|
|
|
|
v-hasPermi="['dangan:pictureRecard:remove']"
|
|
|
|
>删除</el-button>
|
|
|
|
>删除</el-button>
|
|
|
|
</el-col>
|
|
|
|
</el-col>-->
|
|
|
|
<el-col :span="1.5">
|
|
|
|
<el-col :span="1.5">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="warning"
|
|
|
|
type="warning"
|
|
|
|
@ -94,9 +97,7 @@
|
|
|
|
v-hasPermi="['dangan:pictureRecard:export']"
|
|
|
|
v-hasPermi="['dangan:pictureRecard:export']"
|
|
|
|
>导出图片</el-button>
|
|
|
|
>导出图片</el-button>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="1.5" v-if="queryParams.recognize==='0'">
|
|
|
|
|
|
|
|
<el-button icon="el-icon-full-screen" size="mini" type="primary" @click="cjsbrw">创建识别任务</el-button>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="pictureRecardList" @selection-change="handleSelectionChange" border>
|
|
|
|
<el-table v-loading="loading" :data="pictureRecardList" @selection-change="handleSelectionChange" border>
|
|
|
|
|