|
@@ -1690,6 +1690,17 @@ onUnmounted(() => {
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip />
|
|
<el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip />
|
|
|
|
|
+ <el-table-column label="操作" align="center" fixed="right" min-width="100px">
|
|
|
|
|
+ <template #default="scope">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ link
|
|
|
|
|
+ type="success"
|
|
|
|
|
+ v-if="scope.row.certPic"
|
|
|
|
|
+ @click="viewFile(scope.row.certPic)">
|
|
|
|
|
+ 查看证书
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
|
|
|
|
|
<div class="certificate-pagination">
|
|
<div class="certificate-pagination">
|