|
|
|
|
@ -286,12 +286,12 @@
|
|
|
|
|
>开始任务</Button>
|
|
|
|
|
</div>
|
|
|
|
|
<div v-else-if="scope.row.carry_status===1">
|
|
|
|
|
<Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===0" @click="openMyMission" type="primary" size="small"
|
|
|
|
|
>任务执行</Button>
|
|
|
|
|
<Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===1 && scope.row.admin_type==1" @click="editorUnit('pid')" type="primary" size="small"
|
|
|
|
|
<!-- <Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===0" @click="openMyMission" type="primary" size="small"
|
|
|
|
|
>任务执行</Button> -->
|
|
|
|
|
<Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===1 && !(scope.row.carry_status==2)" @click="editorUnit('pid')" type="primary" size="small"
|
|
|
|
|
>任务分解</Button>
|
|
|
|
|
<Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===2 && scope.row.admin_type==1" @click="editorUnit('send')" type="primary" size="small"
|
|
|
|
|
>任务转办</Button>
|
|
|
|
|
<!-- <Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===2 && scope.row.admin_type==1" @click="editorUnit('send')" type="primary" size="small"
|
|
|
|
|
>任务转办</Button> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button style="margin-bottom: 5px;" v-if="scope.row.keep_status===-1" @click="startLoad(scope.row,'editor')" type="primary" size="small"
|
|
|
|
|
|