liujq 3 년 전
부모
커밋
38b6565a8a
4개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-5cd198d8.2c3f8853.js
  3. 0 0
      dist/static/js/chunk-5cd198d8.4c269773.js
  4. 1 0
      src/views/house/price.vue

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


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


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


+ 1 - 0
src/views/house/price.vue

@@ -71,6 +71,7 @@ export default {
         { label: '总价(万元)', prop: 'price'},
         { label: '单价(元)', prop: 'unit_price'},
         { label: '签约中介', prop: 'company'},
+        { label: '备注', prop: 'remark', fullShow: true},
         { label: '更新人', prop: 'update_by' },
         { label: '更新时间', prop: 'update_at' },
         { label: '操作', width: 120, type: 'handle2', operations:

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