|
@@ -4,13 +4,12 @@
|
|
|
<template #header>
|
|
<template #header>
|
|
|
<app-navbar :title="$t('tss.logistics')" />
|
|
<app-navbar :title="$t('tss.logistics')" />
|
|
|
</template>
|
|
</template>
|
|
|
- <HtmlContainer style="padding: 15px;" class="content" :context="formatHtmlString(commonStore.getDocumentById(103))" />
|
|
|
|
|
|
|
+ <div v-html="formatHtmlString(commonStore.getDocumentById(103))" />
|
|
|
</app-view>
|
|
</app-view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts" setup>
|
|
<script lang="ts" setup>
|
|
|
import { useCommonStore } from '@/stores/modules/common'
|
|
import { useCommonStore } from '@/stores/modules/common'
|
|
|
-import HtmlContainer from '@mobile/components/base/html-container/index.vue'
|
|
|
|
|
import { formatHtmlString } from '@/filters'
|
|
import { formatHtmlString } from '@/filters'
|
|
|
|
|
|
|
|
const commonStore = useCommonStore()
|
|
const commonStore = useCommonStore()
|