| | |
| | | </div> |
| | | <div class="once"> |
| | | <span class="once-left"> |
| | | 任务标题: |
| | | 任务标题 |
| | | </span> |
| | | <span class="once-right"> |
| | | {{data.rname}} |
| | |
| | | </div> |
| | | <div class="once"> |
| | | <span class="once-left"> |
| | | 任务内容: |
| | | 任务内容 |
| | | </span> |
| | | <span class="once-right"> |
| | | {{data.content}} |
| | |
| | | </div> |
| | | <div class="once"> |
| | | <span class="once-left"> |
| | | 任务地区: |
| | | 发布者 |
| | | </span> |
| | | <span class="once-right"> |
| | | {{data.publisher}} |
| | | </span> |
| | | </div> |
| | | <div class="once"> |
| | | <span class="once-left"> |
| | | 任务地区 |
| | | </span> |
| | | <span class="once-right"> |
| | | {{data.province}} - {{data.city}} - {{data.district}} |
| | |
| | | </div> |
| | | <div class="once"> |
| | | <span class="once-left"> |
| | | 开始时间: |
| | | 开始时间 |
| | | </span> |
| | | <span class="once-right"> |
| | | {{data.time}} |
| | |
| | | </div> |
| | | <div class="once"> |
| | | <span class="once-left"> |
| | | 人 数: |
| | | 人数 |
| | | </span> |
| | | <span class="once-right"> |
| | | {{data.num}} / {{data.jnum}} |
| | | </span> |
| | | </div> |
| | | <div class="once-c"> |
| | | <div class="once"> |
| | | <span class="once-left"> |
| | | 队长 |
| | | </span> |
| | | <span class="once-right"> |
| | | <span>{{data.captain}}</span> |
| | | </span> |
| | | </div> |
| | | <div class="once"> |
| | | <span class="once-left"> |
| | | 参与者 |
| | | </span> |
| | | <span class="once-right"> |
| | | <span v-for="(item,index) in data.team">{{item}}</span> |
| | | </span> |
| | | </div> |
| | | <div class="once-c" v-if="data.buttype==1 || data.iscation == 1"> |
| | | <!-- <el-button :type="data.type==1?'success':'primary'" >{{data.type==1?'我参与':'我反馈'}}</el-button> --> |
| | | <!-- <el-button :type="data.num==data.jnum?'info':(data.type==1?'success':'primary')" @click="openAPP(data.type)" :disabled="data.num==data.jnum">{{data.num==data.jnum?"人数已满":(data.type==1?'我参与':'我反馈')}}</el-button> --> |
| | | <el-button |
| | | :type="data.buttype==1?(data.num==data.jnum||data.type==1?'info':'success'):'primary'" |
| | | <el-button :type="data.buttype==1?(data.num==data.jnum||data.type==1?'info':'success'):'primary'" |
| | | @click="openAPP(data.buttype)" |
| | | :disabled="(data.num==data.jnum)&& data.buttype==1 ||data.type == 1"> |
| | | {{data.buttype==1?(data.num==data.jnum?"人数已满":'我参与'):(data.type == 1?'完成反馈':'上传反馈')}} |