refactor: type
This commit is contained in:
parent
2bdd524915
commit
af0a66347c
1 changed files with 1 additions and 3 deletions
|
|
@ -5,13 +5,11 @@ import { dateFormat } from 'src/utils/datetime';
|
||||||
import { formatNumberDecimal } from 'stores/utils';
|
import { formatNumberDecimal } from 'stores/utils';
|
||||||
import KebabAction from '../shared/KebabAction.vue';
|
import KebabAction from '../shared/KebabAction.vue';
|
||||||
|
|
||||||
import { ServiceAndProduct } from 'stores/product-service/types';
|
|
||||||
|
|
||||||
const baseUrl = ref<string>(import.meta.env.VITE_API_BASE_URL);
|
const baseUrl = ref<string>(import.meta.env.VITE_API_BASE_URL);
|
||||||
|
|
||||||
withDefaults(
|
withDefaults(
|
||||||
defineProps<{
|
defineProps<{
|
||||||
data?: ServiceAndProduct;
|
data?: any;
|
||||||
title?: string;
|
title?: string;
|
||||||
|
|
||||||
dense?: boolean;
|
dense?: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue