傅行帆 5 年 前
コミット
dcf45f75a2
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/pages/house/raise/edit/components/HouseInfo/index.jsx

+ 1
- 0
src/pages/house/raise/edit/components/HouseInfo/index.jsx ファイルの表示

@@ -92,6 +92,7 @@ const HouseInfo = props => {
92 92
       dataIndex: 'lockingPersonName',
93 93
       key: 'lockingPersonName',
94 94
       align: 'center',
95
+      render: (x, row) => <><span>{row.houseLockingStatus === 'locked'? row.lockingPersonName :''}</span></>,
95 96
     },
96 97
     {
97 98
       title: '操作',