Commit dc56daf9 authored by 邓春圆's avatar 邓春圆 Committed by houjn@hikoon.cn

多个空格变成一个空格 bug修复

parent cc0981b9
...@@ -105,7 +105,8 @@ ...@@ -105,7 +105,8 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('客户名称')" align="center" prop="name"> <el-table-column :label="$t('客户名称')" align="center" prop="name">
<template slot-scope="{row}"> <template slot-scope="{row}">
{{$l(row, 'name')}} <el-tag v-if="row.isInOpenSea" size="mini">{{ $t('') }}</el-tag> <span style="white-space: pre;">{{$l(row, 'name')}}</span>
<el-tag v-if="row.isInOpenSea" size="mini">{{ $t('') }}</el-tag>
</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