liujq 4 년 전
부모
커밋
5d66ee9a62

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-4eae5434.5ace5337.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.eff8fc98.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-4eae5434.b64d4a0a.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-57af9ebf.2a380bb7.js


+ 1 - 0
src/views/news/index.vue

@@ -89,6 +89,7 @@ export default {
   mounted() {
     this.listConfig = {
       rows: [
+        { label: '浏览数', prop: 'view_count' },
         { label: '标题', prop: 'title', fullShow: true, minWidth: 200 }, 
         { label: '分类', prop: 'information_category', type: 'flag', flags: arrToObj(this.$dictData.information_category) }, 
         { label: '主图', prop: 'pri_image', type: 'img' },

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