|
|
|
|
@ -61,6 +61,13 @@
|
|
|
|
|
<el-table-column align='center' fixed="right" label="操作" width="100" header-align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<template v-if="path_type!=5">
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div v-if="scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5) && (scope.row.main_admin_id==stateObj.login_id || stateObj.is_guiji)">
|
|
|
|
|
<Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small"
|
|
|
|
|
@click="sendNotice(scope.row)">督办提醒</Button>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<Button type="primary" style='margin-right:5px;margin-bottom:5px;' size="small"
|
|
|
|
|
@click="checkUnits(scope.row.id,'show')">查看任务</Button>
|
|
|
|
|
@ -77,7 +84,7 @@
|
|
|
|
|
<!-- 任务发给部门的科长,责任人,都能进行任务分解,任务转办,执行任务的操作 -->
|
|
|
|
|
|
|
|
|
|
<!-- 责任人 督办提醒 只提醒一次 任务未完成 -->
|
|
|
|
|
<div v-if="scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5) && scope.row.main_admin_id==stateObj.login_id">
|
|
|
|
|
<div v-if=" scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5) && (scope.row.main_admin_id==stateObj.login_id || stateObj.is_guiji)">
|
|
|
|
|
<Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small"
|
|
|
|
|
@click="sendNotice(scope.row)">督办提醒</Button>
|
|
|
|
|
</div>
|
|
|
|
|
|