Commit b8906fb6 authored by 我在何方's avatar 我在何方

收款单ui修复

parent 5f697c25
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
</el-table-column> </el-table-column>
<el-table-column align="center"> <el-table-column align="center">
<template #header> <template #header>
{{ $t('核销基准币种') }}{{getCurrencyLabel(showCurrencyId)}}{{ $t('汇率') }} {{ $t('核销基准币种')+''+getCurrencyLabel(showCurrencyId)+''+ $t('汇率') }}
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.type !== 'total'"> <template v-if="scope.row.type !== 'total'">
......
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