|
|
|
@ -82,7 +82,9 @@
|
|
|
|
<Button v-if="scope.row.audit_admin_id==stateObj.login_id&&scope.row.audit_status==0" style="margin-right:5px;margin-bottom:5px;" type="primary" size="small" @click="checkUnits(scope.row.id,'check')">审核</Button>
|
|
|
|
<Button v-if="scope.row.audit_admin_id==stateObj.login_id&&scope.row.audit_status==0" style="margin-right:5px;margin-bottom:5px;" type="primary" size="small" @click="checkUnits(scope.row.id,'check')">审核</Button>
|
|
|
|
</div> -->
|
|
|
|
</div> -->
|
|
|
|
<div v-if="scope.row.audit_status==3">
|
|
|
|
<div v-if="scope.row.audit_status==3">
|
|
|
|
<!-- v-if="scope.row.audit_status==3" -->
|
|
|
|
<!-- v-if="scope.row.audit_status==3" -->
|
|
|
|
|
|
|
|
<Button style="margin-right:5px;margin-bottom:5px;" type="primary" size="small"
|
|
|
|
|
|
|
|
@click="editorUnit(scope.row.id,'editor')">编辑任务</Button>
|
|
|
|
<Button style='margin-right:5px;margin-bottom:5px;' size="small"
|
|
|
|
<Button style='margin-right:5px;margin-bottom:5px;' size="small"
|
|
|
|
@click="backPlan(scope.row)">归档</Button>
|
|
|
|
@click="backPlan(scope.row)">归档</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|