update bugs

This commit is contained in:
edmondlang
2022-02-21 20:00:09 +08:00
parent 0496851286
commit fa29de775c
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@
export default {
props: {
data: {
type: String,
type: Object,
required: false
},
section: {
+1 -1
View File
@@ -81,7 +81,7 @@ Route::get('/warehouse-list', function () {
Route::get('/unclaimed-packinglist', function () {
return view('pages.unclaimed_packinglist');
})->name('warehouse.list');
})->name('unclaimed-packinglist.list');
Route::get('/containers', function () {
return view('pages.containers');