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:
           [

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.