| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="label">目的地类别</div> |
| | | <div class="value status-green" v-if="model.type === 0">【市内用车】</div> |
| | | <spdivan class="value status-red" v-if="model.type === 1">【市内用车】</spdivan> |
| | | <div class="value status-green" v-if="model.type == 0">【市内用车】</div> |
| | | <div class="value status-red" v-if="model.type == 1">【市外用车】</div> |
| | | </div> |
| | | <div class="item"> |
| | | <div class="label">目的地</div> |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .side_title{ |
| | | font-weight: 600; |
| | | font-size: 18px; |
| | | color: #111111; |
| | | margin-bottom: 20px; |
| | | margin-left: 20px; |
| | | margin-top: 20px; |
| | | } |
| | | .upload_box { |
| | | width: 84px; |
| | | height: 84px; |
| | |
| | | font-size: 12px; |
| | | } |
| | | } |
| | | |
| | | .side_title{ |
| | | font-weight: 600; |
| | | font-size: 18px; |
| | | color: #111111; |
| | | margin-bottom: 20px; |
| | | margin-left: 20px; |
| | | margin-top: 20px; |
| | | } |
| | | .modal_wrap { |
| | | display: flex; |
| | | height: 100%; |