| | |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="年龄" |
| | | align="center" |
| | | prop="age" |
| | | width="100" |
| | | /> |
| | | <el-table-column label="年龄" align="center" prop="age" width="100"> |
| | | <template slot-scope="scope"> |
| | | {{ |
| | | `${ |
| | | scope.row.age && scope.row.age !== 0 ? `${scope.row.age}${scope.row.ageunit?scope.row.ageunit:''}` : "" |
| | | } ${ |
| | | scope.row.age2 && scope.row.age2 !== 0 |
| | | ? `${scope.row.age2}${scope.row.ageunit2}` |
| | | : "" |
| | | }`.trim() |
| | | }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="报告人" |
| | | align="center" |
| | |
| | | |
| | | this.queryParams.reportervalue = this.reportervalue; |
| | | console.log(JSON.stringify(this.queryParams)); |
| | | // this.queryParams.city='001' |
| | | // this.queryParams.city='053' |
| | | //console.log(JSON.stringify(this.queryParams)); |
| | | if (this.starttime != "") { |
| | | this.queryParams.starttime = this.starttime; |