| | |
| | | </div> |
| | | <div class="upload" v-if="arrive.situationPic.length<4"> |
| | | <el-upload :file-list="fileList" class="upload-demo" |
| | | action="http://42.193.1.25:8082/sccg/file/medias" multiple :show-file-list="false" |
| | | action="/sccg/file/medias" multiple :show-file-list="false" |
| | | :limit="50" :on-success="handleSuccess" list-type="picture" :headers="getToken()"> |
| | | <i class="el-icon-plus"></i> |
| | | </el-upload> |
| | |
| | | situationExplain: [ |
| | | { trigger: 'blur', validator: checkSit } |
| | | ], |
| | | replyExplain: [ |
| | | { trigger: 'blur', validator: checkReplay } |
| | | ], |
| | | // replyExplain: [ |
| | | // { trigger: 'blur', validator: checkReplay } |
| | | // ], |
| | | situationPic: [ |
| | | { trigger: 'blur', validator: checkSitPic } |
| | | ], |
| | |
| | | img { |
| | | width: 60px; |
| | | height: 60px; |
| | | margin-right: 10px; |
| | | } |
| | | .img{ |
| | | height: 60px; |