2aa0c6d2 by lihua

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

1 parent 371289c7
......@@ -91,7 +91,7 @@ const tableInfo = ref({
data: [],
showPage: false,
actionInfo: {
show: props.currentRowInfo?.crossPlatformApproveState == 'E',
show: props.currentRowInfo?.crossPlatformApproveState == 'E' && props.currentRowInfo?.approveState != 'D',
label: "操作",
type: "btn",
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!