废弃的发起失败数据不显示重新发起按钮
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -91,7 +91,7 @@ const tableInfo = ref({ | ... | @@ -91,7 +91,7 @@ const tableInfo = ref({ |
| 91 | data: [], | 91 | data: [], |
| 92 | showPage: false, | 92 | showPage: false, |
| 93 | actionInfo: { | 93 | actionInfo: { |
| 94 | show: props.currentRowInfo?.crossPlatformApproveState == 'E', | 94 | show: props.currentRowInfo?.crossPlatformApproveState == 'E' && props.currentRowInfo?.approveState != 'D', |
| 95 | label: "操作", | 95 | label: "操作", |
| 96 | type: "btn", | 96 | type: "btn", |
| 97 | width: 100, | 97 | width: 100, | ... | ... |
-
Please register or sign in to post a comment