2aa0c6d2 by lihua

废弃的发起失败数据不显示重新发起按钮

1 parent 371289c7
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!