src/views/dnc/common/DocumentVersionTableList.vue
@@ -47,9 +47,9 @@
            return parseInt(index) + 1
          }
        },
        { title: '文件名称', dataIndex: 'fileName', align: 'center', scopedSlots: { customRender: 'fileName' } },
        { title: '版本号', dataIndex: 'docVersion', align: 'center' },
        { title: '文件大小', dataIndex: 'fileSize', align: 'center' }
        { title: '文件名称', dataIndex: 'fileName', align: 'center', scopedSlots: { customRender: 'fileName' },width: 500},
        { title: '版本号', dataIndex: 'docVersion', align: 'center' ,width: 200},
        { title: '文件大小', dataIndex: 'fileSize', align: 'center' ,width: 150}
      ],
      url: {
        list: '/nc/file/find/list'