Commit 80a13707 authored by 耿迪迪's avatar 耿迪迪

账户交易详情

parent 3ac12535
......@@ -307,8 +307,13 @@
operatorName="purchaseDetail"
:purchaseInfo="{purchaseId:scope.row.relationDoc}"
/>
<TradeDetail
v-if ="scope.row.documentType == '4' && scope.row.operateType == '3'"
operatorName="tradeDetail"
:tradeInfo="{tradeId:scope.row.relationDoc}"
/>
<DebitDetail
v-if ="scope.row.documentType == '4'"
v-if ="scope.row.documentType == '4' && scope.row.operateType != '3'"
operatorName="debitDetail"
:debitInfo="{debitId:scope.row.relationDoc}"/>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment