|
@@ -8,7 +8,7 @@
|
|
<!-- v-if="canIn(item)" -->
|
|
<!-- v-if="canIn(item)" -->
|
|
进入对接会
|
|
进入对接会
|
|
</el-link>
|
|
</el-link>
|
|
- <el-link :underline="false" @click="apply(item.id)" class="duijie" v-if="status == '0'"> 申请对接会 </el-link>
|
|
|
|
|
|
+ <el-link :underline="false" @click="apply(item.id)" class="duijie" v-if="status == '0' && user.uid != undefined"> 申请对接会 </el-link>
|
|
<el-link :underline="false" @click="check(item.id)" class="duijie" v-if="status == '2'"> 查看成果 </el-link>
|
|
<el-link :underline="false" @click="check(item.id)" class="duijie" v-if="status == '2'"> 查看成果 </el-link>
|
|
<!-- v-if="canJoin(item)" -->
|
|
<!-- v-if="canJoin(item)" -->
|
|
</span>
|
|
</span>
|
|
@@ -126,7 +126,7 @@ export default {
|
|
.infoRightList {
|
|
.infoRightList {
|
|
float: left;
|
|
float: left;
|
|
width: 100%;
|
|
width: 100%;
|
|
- padding: 7px 0;
|
|
|
|
|
|
+ padding: 15px 0;
|
|
margin: 0 0 0 5px;
|
|
margin: 0 0 0 5px;
|
|
border-bottom: 1px dashed #ccc;
|
|
border-bottom: 1px dashed #ccc;
|
|
}
|
|
}
|
|
@@ -155,8 +155,6 @@ export default {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.duijie {
|
|
.duijie {
|
|
- padding: 10px 15px 10px 15px;
|
|
|
|
- margin: 10px 0 0 10px;
|
|
|
|
color: #ff8500;
|
|
color: #ff8500;
|
|
}
|
|
}
|
|
|
|
|