瀏覽代碼

fileSuffix

canghailong 6 月之前
父節點
當前提交
55f11106f9
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/statisticalAnalysis/analysisTeachingActivities/index.vue

+ 4 - 4
src/views/statisticalAnalysis/analysisTeachingActivities/index.vue

@@ -205,13 +205,13 @@
 	const documentColumns = [
 		{
 			title: '文档名称',
-			dataIndex: 'name',
-			key: 'name'
+			dataIndex: 'fileName',
+			key: 'fileName'
 		},
 		{
 			title: '文档类型',
-			dataIndex: 'type',
-			key: 'type',
+			dataIndex: 'fileSuffix',
+			key: 'fileSuffix',
 			width: '100px'
 		},
 		{