| | |
| | | <div class="label">现场情况</div> |
| | | <div class="value"> |
| | | <div class="file_list"> |
| | | <template v-for="item in info.submitFileList"> |
| | | <div class="file" v-for="item in info.submitFileList"> |
| | | <img |
| | | v-if="item.type == 0" |
| | | :key="item.id" |
| | |
| | | class="img" |
| | | controls |
| | | /> |
| | | </template> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | created () { |
| | | this.getMemberList() |
| | | }, |
| | | methods: { |
| | |
| | | } |
| | | .file_list { |
| | | display: flex; |
| | | .img { |
| | | width: 200px; |
| | | .file { |
| | | width: 92px; |
| | | margin-right: 12px; |
| | | margin-bottom: 12px; |
| | | .img{ |
| | | max-height: 92px; |
| | | max-width: 92px; |
| | | } |
| | | } |
| | | } |
| | | .value { |