Explorar o código

更新 'src/views/data/books/components/book-import-log.vue'

lianzhichao hai 1 mes
pai
achega
9390bb619b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/data/books/components/book-import-log.vue

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

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