|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <!-- 卖大厅 -->
|
|
|
+ <!-- 现货贸易 - 买卖大厅 - 买报价牌 -->
|
|
|
<a-table :columns="handleColumn(columns)"
|
|
|
:class="['sellHallTable', isBottom ? '' : 'sellHallTableHigh', tableList.length ? '' : 'noDataTable']"
|
|
|
:scroll="{ x: '100%', y: isBottom ? 'calc(100vh- 470px)' : 'calc(100vh - 180px)' }"
|
|
|
@@ -18,7 +18,7 @@
|
|
|
@click="openComponent" />
|
|
|
</template>
|
|
|
<template #username="{text, record }">
|
|
|
- <span>{{record.userid}}{{text}}</span>
|
|
|
+ <span>{{record.userid + " " }}{{text}}</span>
|
|
|
</template>
|
|
|
</a-table>
|
|
|
<component :is="componentId"
|