取消首页接受任务

This commit is contained in:
gaojiabao
2023-03-22 16:37:59 +08:00
parent 2485a3f321
commit 52278362c5
2 changed files with 15 additions and 15 deletions
@@ -11,12 +11,12 @@
<li v-for="item in toDoTaskList" :key="item.id" class="time-title">
<div style="min-height: 30px">
<span @click="dealWith(item)"
style="line-height: 30px; font-size: 13px;display: inline-block;width: 80%;">{{ getPrcNameFilter(item) }}</span>
<el-button type="primary"
size="small"
class="common-button-primary"
icon="el-icon-check"
@click="handleReceive(item)" v-if="item.prcType ===25 || item.taskInfo === '技术标准起草'? true : false">接受任务</el-button>
style="line-height: 30px; font-size: 13px;display: inline-block;width: 100%;">{{ getPrcNameFilter(item) }}</span>
<!-- <el-button type="primary"-->
<!-- size="small"-->
<!-- class="common-button-primary"-->
<!-- icon="el-icon-check"-->
<!-- @click="handleReceive(item)" v-if="item.prcType ===25 || item.taskInfo === '技术标准起草'? true : false">接受任务</el-button>-->
<!-- <el-tooltip class="item" effect="dark" :content="getPrcNameFilter(item)" placement="left" v-else>-->
<!-- <span @click="dealWith(item)"-->
<!-- style="line-height: 30px; font-size: 13px;">{{ getPrcNameFilter(item).substring(0, 32) + '...' }}</span>-->
@@ -97,15 +97,15 @@
v-if="showOver3"
>驳回</el-button>
</el-popover>
<!-- <el-button-->
<!-- type="primary"-->
<!-- size="small"-->
<!-- class="common-button-primary"-->
<!-- icon="el-icon-check"-->
<!-- @click="handleReceive"-->
<!-- :loading="submitLoading"-->
<!-- v-if="showReceive"-->
<!-- >接收任务</el-button>-->
<el-button
type="primary"
size="small"
class="common-button-primary"
icon="el-icon-check"
@click="handleReceive"
:loading="submitLoading"
v-if="showReceive"
>接收任务</el-button>
<el-button
type="danger"
size="small"