From 47e1029c6c5d5ad72f2ec3b699760f935af15e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=A3=9A?= <849005670@qq.com> Date: Fri, 14 Jan 2022 16:30:36 +0800 Subject: [PATCH] Update list.js --- src/pages/plan/key/list.js | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/pages/plan/key/list.js b/src/pages/plan/key/list.js index 55aa7659..69ef9e24 100644 --- a/src/pages/plan/key/list.js +++ b/src/pages/plan/key/list.js @@ -666,27 +666,27 @@ linkTo(row){ } - else if(rowData.status == 2) + else if(rowData.status == 1 || rowData.status == 2 ||rowData.status == 8) { - str = - {this.onEditRow(e,rowData)}}>编辑 - this.onReCall(e,rowData)} >撤销审批 - - this.setState({ visible: v })}> - -
更多
-
+ str = + {this.onEditRow(e,rowData)}}>编辑 + this.onReCall(e,rowData)} >撤销审批 + + this.setState({ visible: v })}> + +
更多
+
+ - - this.menuItemClick(e,key,rowData)} > - 发送密码及压缩包 - 日志 - 作废 - - + this.menuItemClick(e,key,rowData)} > + 发送密码及压缩包 + 日志 + 作废 + -
-
+ +
+
} else{