上传历史记录样式调整

master
wanglei 1 year ago
parent 619e0704c5
commit 1282c02178

@ -63,7 +63,10 @@
</el-form>
<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
type="danger"
plain
@ -73,7 +76,7 @@
@click="handleDelete"
v-hasPermi="['dangan:pictureRecard:remove']"
>删除</el-button>
</el-col>
</el-col>-->
<el-col :span="1.5">
<el-button
type="warning"
@ -94,9 +97,7 @@
v-hasPermi="['dangan:pictureRecard:export']"
>导出图片</el-button>
</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-table v-loading="loading" :data="pictureRecardList" @selection-change="handleSelectionChange" border>

Loading…
Cancel
Save