|
@@ -96,7 +96,7 @@
|
|
|
<el-button type="primary" size="large" plain>{{item.categoryName3}}</el-button>
|
|
<el-button type="primary" size="large" plain>{{item.categoryName3}}</el-button>
|
|
|
<div class="gap5">
|
|
<div class="gap5">
|
|
|
<img :src="yuangong" alt="" style="width: 16px; height: 16px;">
|
|
<img :src="yuangong" alt="" style="width: 16px; height: 16px;">
|
|
|
- <span class="font_size14">{{item.questCount || 0}} {{$t('common.renbaoming')}}</span>
|
|
|
|
|
|
|
+ <span class="font_size14">{{item.questApplyCount || 0}} {{$t('common.renbaoming')}}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="gap5">
|
|
<div class="gap5">
|
|
|
<img :src="riliIcon" alt="" style="width: 16px; height: 16px;">
|
|
<img :src="riliIcon" alt="" style="width: 16px; height: 16px;">
|
|
@@ -113,6 +113,7 @@
|
|
|
<div class="font_size14 gray mt2">{{item.createTime}} {{$t('common.publish')}}</div>
|
|
<div class="font_size14 gray mt2">{{item.createTime}} {{$t('common.publish')}}</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-button type="primary" size="large"
|
|
<el-button type="primary" size="large"
|
|
|
|
|
+ v-if="item.applyStatus === '1'"
|
|
|
@click="isLogin({callback: openLoginDialog,t}) && submitSignUp({questId: item.questId,questUserId: item.questUserId},t)">
|
|
@click="isLogin({callback: openLoginDialog,t}) && submitSignUp({questId: item.questId,questUserId: item.questUserId},t)">
|
|
|
<img :src="zaixianbaomingIcon" alt="" class="mr10" style="width: 16px; height: 16px;">
|
|
<img :src="zaixianbaomingIcon" alt="" class="mr10" style="width: 16px; height: 16px;">
|
|
|
<span class="font_size14">{{$t('common.zaixianbaoming')}}</span>
|
|
<span class="font_size14">{{$t('common.zaixianbaoming')}}</span>
|
|
@@ -233,6 +234,9 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const goworkflowTradeDetail = (item={}) => {
|
|
const goworkflowTradeDetail = (item={}) => {
|
|
|
|
|
+ if(!isLogin({callback: openLoginDialog,t})){
|
|
|
|
|
+ return
|
|
|
|
|
+ }
|
|
|
//增加参数名称
|
|
//增加参数名称
|
|
|
router.push({
|
|
router.push({
|
|
|
path: `/workflow-trade/workflow-trade-detail`,
|
|
path: `/workflow-trade/workflow-trade-detail`,
|