Commit 3780bc13 authored by chenwei's avatar chenwei

fix🐛: 去除期望收款账户不必要()

parent 83be8eed
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('期望收款账户')" align="center"> <el-table-column :label="$t('期望收款账户')" align="center">
<template slot-scope="scope" v-if="scope.row.type !== 'total'"> <template slot-scope="scope" v-if="scope.row.type !== 'total'">
{{ `${bankData.find((v) => v.id == scope.row.platformAccountId) ? bankData.find((v) => v.id == scope.row.platformAccountId).baAccountName : ""}(${bankData.find((v) => v.id == scope.row.platformAccountId) ? bankData.find((v) => v.id == scope.row.platformAccountId).baAccountNum : ""})` }} {{ `${bankData.find((v) => v.id == scope.row.platformAccountId) ? bankData.find((v) => v.id == scope.row.platformAccountId).baAccountName : ""}${bankData.find((v) => v.id == scope.row.platformAccountId) ? bankData.find((v) => v.id == scope.row.platformAccountId).baAccountNum : ""}` }}
</template> </template>
</el-table-column> </el-table-column>
......
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