lianzhichao 1 ay önce
ebeveyn
işleme
22491f7d07

+ 1 - 0
src/views/data/books/components/book-export-log.vue

@@ -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' },
         {