|
|
@@ -181,7 +181,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
-import { computed, ref, nextTick, onMounted, onUnmounted } from 'vue'
|
|
|
+import { computed, ref, nextTick, onMounted, onUnmounted, watch } from 'vue'
|
|
|
import { useI18n } from 'vue-i18n'
|
|
|
import { documentaryApi } from '@/service/documentary'
|
|
|
import useUserStore from '@/stores/use-user-store'
|
|
|
@@ -386,7 +386,7 @@ const currentColumns = computed(() => [
|
|
|
{ prop: 'activity', label: t('TradingCenter.item8'), slot: 'activity', align: 'center', sortable: true },
|
|
|
{ prop: 'view', label: t('Documentary.tradingCenter.item23'), slot: 'view', align: 'center', width: 80 },
|
|
|
// { prop: 'recommendReason', label: t('Documentary.tradingCenter.item142'), align: 'center', width: 100 },
|
|
|
- { prop: 'subscribe', label: t('Documentary.tradingCenter.item24'), slot: 'subscribe', align: 'center', width: 100 },
|
|
|
+ { prop: 'subscribe', label: t('Documentary.tradingCenter.item24'), slot: 'subscribe', align: 'center' },
|
|
|
])
|
|
|
const mobilePrimaryFields = computed(() => [
|
|
|
{ prop: 'nickname', label: t('Documentary.tradingCenter.item1'), align: 'center' },
|