Many Changes
This commit is contained in:
@@ -19,11 +19,10 @@ let currentItem = ref(null)
|
||||
//Working
|
||||
const mode = ref(route.params.mode || "show")
|
||||
const itemInfo = ref({
|
||||
id: 0,
|
||||
name: "",
|
||||
licensePlate: "",
|
||||
type: "",
|
||||
driver: ""
|
||||
driver: null
|
||||
})
|
||||
|
||||
const tabItems = [{
|
||||
|
||||
Reference in New Issue
Block a user