|
|
@@ -19,6 +19,12 @@
|
|
|
|
|
|
<text v-t="followTypeMap[row.followType || row.loginType]" />
|
|
|
</template>
|
|
|
+ <template #followValue="{ row }">
|
|
|
+
|
|
|
+ <text v-if="row.followType == 1">{{ row.volume / 100 || "0" }}Lot</text>
|
|
|
+ <text v-if="row.followType == 2">{{ row.ratio || "0" }}%</text>
|
|
|
+ <text v-if="row.followType == 3">{{ "--" }}</text>
|
|
|
+ </template>
|
|
|
<template #timeRange="{ row }">
|
|
|
<view class="sp-view-tab">
|
|
|
{{ row.startTime || '--' }}
|