230320a303 11 달 전
부모
커밋
6fa0372854
3개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-b3d84490.50dc694d.js
  3. 1 0
      src/views/room/cust.vue

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


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


+ 1 - 0
src/views/room/cust.vue

@@ -74,6 +74,7 @@ export default {
   mounted() {
     this.listConfig = {
       rows: [
+        { label: '上传时间', prop: 'create_at' },
         { label: '已审核', prop: 'verify_state', type: 'tag', tags: arrToObj(this.$dictData.sys_yesno) }, 
         { label: '房产证', prop: 'house_cert', type: 'img' },
         { label: '联系方式', prop: 'phone' },

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