liujq temp20230202 2 years ago
parent
commit
2e0d28d904
3 changed files with 4 additions and 1 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-0bf0e532.32bb2205.js
  3. 4 1
      src/views/house/indexPriceLog.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0bf0e532.32bb2205.js


+ 4 - 1
src/views/house/indexPriceLog.vue

@@ -38,6 +38,8 @@ export default {
     tableData2() {
       const arr = [...this.tableData]
       arr.map(item => {
+        item.cTitle = this.cTitle
+        item.createBy = item.create_user.nickname
       })
       return arr
     }
@@ -51,8 +53,9 @@ export default {
   mounted() {
     this.listConfig = {
       rows: [
+        { label: '楼盘', prop: 'cTitle'},
         { label: '佣金', prop: 'brokerage', minWidth: 300},
-        { label: '更新人', prop: 'create_by' },
+        { label: '更新人', prop: 'createBy' },
         { label: '更新时间', prop: 'create_at' },
         // { label: '操作', width: 120, type: 'handle2', operations:
         //   [

Some files were not shown because too many files changed in this diff