|
@@ -313,7 +313,7 @@
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="证书资质" name="certificate">
|
|
<el-tab-pane label="证书资质" name="certificate">
|
|
|
<headerTitle title="证书资质" style="margin-top: 30px"></headerTitle>
|
|
<headerTitle title="证书资质" style="margin-top: 30px"></headerTitle>
|
|
|
- <ele-pro-table ref="certificateTable" :columns="certificateColumns" :datasource="tableCertificateData"
|
|
|
|
|
|
|
+ <ele-pro-table ref="certificateTable" :columns="certificateColumns" :needPage="false" :datasource="tableCertificateData"
|
|
|
:toolkit="[]" height="350px">
|
|
:toolkit="[]" height="350px">
|
|
|
<!-- 操作栏 -->
|
|
<!-- 操作栏 -->
|
|
|
<template v-slot:action="scope">
|
|
<template v-slot:action="scope">
|
|
@@ -322,6 +322,7 @@
|
|
|
type="primary"
|
|
type="primary"
|
|
|
:underline="false"
|
|
:underline="false"
|
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
|
|
|
+
|
|
|
@click="addCertificate('view',scope.row)">
|
|
@click="addCertificate('view',scope.row)">
|
|
|
详情
|
|
详情
|
|
|
</el-link>
|
|
</el-link>
|