feat : creation du composant datatable (WIP)
This commit is contained in:
@@ -13,10 +13,8 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type {ShipmentData} from "~/services/dto/shipment-data";
|
||||
import {getShipmentList} from "~/services/shipment";
|
||||
import {formatBovinShipments, formatWeights} from "~/utils/datatable-formatters";
|
||||
|
||||
const shipmentList = ref<ShipmentData[]>()
|
||||
const router = useRouter()
|
||||
const columns = [
|
||||
{key: 'identificationNumber', label: 'Numero'},
|
||||
|
||||
Reference in New Issue
Block a user