liujq 4 年之前
父節點
當前提交
b782fe07c5
共有 4 個文件被更改,包括 3 次插入2 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-43338aec.996e32fc.js
  3. 0 0
      dist/static/js/chunk-9b58241e.24cea90e.js
  4. 3 2
      src/views/qa/index.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-43338aec.996e32fc.js


文件差異過大導致無法顯示
+ 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:
           [

部分文件因文件數量過多而無法顯示