diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue
index d2f7915..d266c64 100644
--- a/src/views/dashboard/index.vue
+++ b/src/views/dashboard/index.vue
@@ -52,85 +52,57 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
@@ -149,17 +137,10 @@
@click="openMyMission(item.value,scope.row)">执行任务
-
-
-
@@ -493,7 +474,11 @@ export default {
width: 120,
align: 'center',
customFn: (row) => {
- return (
{
+ return (
{
+ // 有转办人,转办人不显示 已转办 任务为结束。
+ row.do_admin_ids.length>0 && !row.do_admin_ids.includes(this.stateObj.login_id) && !(row.audit_status==3||row.audit_status==5)?
+ 已转办
+ :
this.auditStatusList.map(item => {
if (item.id == row.audit_status) {
return (