liujq temp20230202 2 年之前
父節點
當前提交
2e0d28d904
共有 3 個文件被更改,包括 4 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-0bf0e532.32bb2205.js
  3. 4 1
      src/views/house/indexPriceLog.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 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:
         //   [

部分文件因文件數量過多而無法顯示