230320a303 1 年之前
父节点
当前提交
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' },

部分文件因为文件数量过多而无法显示