This commit is contained in:
给我
2026-01-18 16:48:15 +08:00
parent 081add0fa0
commit 3cc85f937f
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
</template>
<!-- 操作 -->
<template #controls="{ row }">
<el-link type="primary" link @click="dendDep(row)">上报图片</el-link>
<el-link type="primary" link @click="dendDep(row)">上报分局</el-link>
<el-link type="primary" link @click="onBatchAudit('detail', row)">详情</el-link>
</template>
</MyTable>