| | |
| | | <el-form-item> |
| | | <el-upload name="multipartFile" class="upload-demo" action="/api/cause/upload " :show-file-list="false" |
| | | :before-upload="beforeAvatarUpload" :on-success="respond" :limit="1"> |
| | | <el-button type="primary">导入</el-button> |
| | | <!-- <el-button type="primary">导入</el-button>--> |
| | | </el-upload> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | <el-upload name="multipartFile" class="upload-demo" action="/api/cause/reporterUpload" |
| | | :show-file-list="false" :data="{ causeId: this.reportCauseId }" :before-upload="beforeAvatarUpload" |
| | | :on-success="reporterRespond" :limit="1"> |
| | | <el-button type="primary">导入</el-button> |
| | | <!-- <el-button type="primary">导入</el-button>--> |
| | | </el-upload> |
| | | </el-form-item> |
| | | <el-form-item> |
| | |
| | | <el-button style="margin-left: 5px" type="primary" @click="search">搜索</el-button> |
| | | </div> |
| | | <div class="group-right-left-seach-body-box"> |
| | | <ul v-infinite-scroll="load" style="overflow:auto;height: 558px" class="group-right-left-seach-body-box-ul"> |
| | | <ul style="overflow:auto;height: 558px" class="group-right-left-seach-body-box-ul"> |
| | | <li v-for="messageOne in messageList" class="group-right-left-seach-body-box-li" > |
| | | <div class="group-right-left-seach-body-box-imgmessage"> |
| | | <img class="group-img" v-if="messageOne.pic != null && messageOne.pic != ''" :src="messageOne.pic" |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | count: 0, |
| | | sendBtn:true, |
| | | options: [ |
| | | { |
| | |
| | | created() { |
| | | this.init(); |
| | | }, |
| | | methods: |
| | | { |
| | | //群组名称 |
| | | methods: { |
| | | load() { |
| | | |
| | | this.count += 2 |
| | | }, |
| | | |
| | | //群组名称 |
| | | init() { |
| | | getName().then( |
| | | res => { |
| | |
| | | color: #ccc; |
| | | .group-img{ |
| | | width: 25px; |
| | | height: 25px; |
| | | border-radius: 100px; |
| | | |
| | | } |
| | | } |
| | | .group-right-left-seach-body-box-text{ |
| | |
| | | <el-form-item> |
| | | <el-upload name="multipartFile" class="upload-demo" action="/api/report/reporterUpload" |
| | | :show-file-list="false" :before-upload="beforeAvatarUpload" :on-success="reporterRespond" :limit="1"> |
| | | <el-button type="primary">导入</el-button> |
| | | <!-- <el-button type="primary">导入</el-button>--> |
| | | </el-upload> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | <el-form-item> |
| | | <el-upload name="multipartFile" class="upload-demo" action="/api/publicity/upload " :show-file-list="false" |
| | | :before-upload="beforeAvatarUpload" :on-success="respond" :limit="1"> |
| | | <el-button type="primary">导入</el-button> |
| | | <!-- <el-button type="primary">导入</el-button>--> |
| | | </el-upload> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | .freePic ::v-deep .el-upload--picture-card { |
| | | display: none; |
| | | } |
| | | </style> |
| | | </style> |