|
|
@@ -8,7 +8,8 @@
|
|
|
:datasource="datasource"
|
|
|
height="calc(100vh - 350px)"
|
|
|
class="dict-table"
|
|
|
- tool-class="ele-toolbar-actions"
|
|
|
+ tool-class="ele-toolbar-form"
|
|
|
+ cache-key="certificateTable"
|
|
|
>
|
|
|
<!-- 工具栏 -->
|
|
|
<template v-slot:toolbar>
|
|
|
@@ -77,6 +78,7 @@
|
|
|
},
|
|
|
{
|
|
|
label: '证照编号',
|
|
|
+ prop: 'code',
|
|
|
slot: 'code',
|
|
|
width:180
|
|
|
},
|
|
|
@@ -93,18 +95,21 @@
|
|
|
},
|
|
|
{
|
|
|
label: '有效期限',
|
|
|
+ prop: 'time',
|
|
|
slot: 'time',
|
|
|
minWidth: '180',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
label: '创建人信息',
|
|
|
+ prop: 'createUser',
|
|
|
slot: 'createUser',
|
|
|
minWidth: '200',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
label: '证照',
|
|
|
+ prop: 'picture',
|
|
|
slot: 'picture'
|
|
|
},
|
|
|
{
|