slcing registrasi awal
This commit is contained in:
36
registration/components/detail_order.vue
Normal file
36
registration/components/detail_order.vue
Normal file
@@ -0,0 +1,36 @@
|
||||
<template>
|
||||
<div>
|
||||
<v-card class="pa-4 rounded-lg" elevation="0">
|
||||
<v-toolbar color="amber-lighten-5 rounded-md" density="compact">
|
||||
<v-toolbar-title class="text-title-1 font-weight-bold">DETAIL ORDER</v-toolbar-title>
|
||||
</v-toolbar>
|
||||
|
||||
</v-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "detailordercomp",
|
||||
components: {},
|
||||
mounted() {},
|
||||
data() {
|
||||
return {
|
||||
kelpelanggan: [
|
||||
{ id: 1, name: "sasone 2024" },
|
||||
{ id: 2, name: "sasone 2023" },
|
||||
],
|
||||
agreement: [
|
||||
{ id: 1, name: "mcu karyawan 2024" },
|
||||
{ id: 2, name: "mcu karyawan 2023" }
|
||||
]
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user