release/1.0.1 #22
@ -2,8 +2,10 @@
|
|||||||
import { format } from 'date-fns'
|
import { format } from 'date-fns'
|
||||||
import type { Order } from '@/models/Order'
|
import type { Order } from '@/models/Order'
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const props = defineProps<Props>()
|
const props = defineProps<Props>()
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
@ -126,6 +128,7 @@ const panelStatus = ref(0)
|
|||||||
v-if="preparationLine.trackingUrl"
|
v-if="preparationLine.trackingUrl"
|
||||||
:href="preparationLine.trackingUrl"
|
:href="preparationLine.trackingUrl"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
style="text-decoration: underline;"
|
style="text-decoration: underline;"
|
||||||
>Link</a>
|
>Link</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@ -2,8 +2,10 @@
|
|||||||
import { format } from 'date-fns'
|
import { format } from 'date-fns'
|
||||||
import type { Order } from '@/models/Order'
|
import type { Order } from '@/models/Order'
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const props = defineProps<Props>()
|
const props = defineProps<Props>()
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user