|
@@ -405,7 +405,7 @@ function body(props) {
|
405
|
405
|
render: (text, records) => {
|
406
|
406
|
if (records.status === 1) { return '报备' }
|
407
|
407
|
if (records.status === 2) { return '到访' }
|
408
|
|
- if (records.status === 3) { return '认筹' }
|
|
408
|
+ if (records.status === 3) { return '认购' }
|
409
|
409
|
if (records.status === 4) { return '签约' }
|
410
|
410
|
},
|
411
|
411
|
},
|