傅行帆 5 anni fa
parent
commit
dcf45f75a2

+ 1
- 0
src/pages/house/raise/edit/components/HouseInfo/index.jsx Vedi File

@@ -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: '操作',