liujq 4 years ago
parent
commit
b782fe07c5

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-43338aec.996e32fc.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-9b58241e.24cea90e.js


+ 3 - 2
src/views/qa/index.vue

@@ -83,8 +83,9 @@ export default {
       rows: [
         { label: '问题内容', prop: 'question_cont', fullShow: true, minWidth: 200, align: 'left' },
         { label: '标签', prop: 'qtName' },
-        // { label: '昵称', prop: 'nickname' },
-        // { label: '头像', prop: 'avatar', type: 'img' },
+        { label: '浏览量', prop: 'views' },
+        { label: '昵称', prop: 'nickname' },
+        { label: '头像', prop: 'avatar', type: 'img' },
         { label: '提问时间', prop: 'create_at' },
         { label: '操作', width: 240, type: 'handle2', operations:
           [

Some files were not shown because too many files changed in this diff