|
|
@@ -86,6 +86,7 @@
|
|
|
/** 表格列配置 */
|
|
|
const columns = ref([
|
|
|
{ label: '申请时间', prop: 'createTime', align: 'center', width: 180 },
|
|
|
+ { label: '导出名', prop: 'exportName', align: 'center', width: 180 },
|
|
|
{ label: '条数', prop: 'dataCount', align: 'center', width: 90 },
|
|
|
{ label: '操作员', prop: 'createName', align: 'center' },
|
|
|
{
|