WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -27,10 +27,12 @@ sortName: "id", }); const editFormFields = ref({ id:"", locationStatus: "", }); const editFormOptions = ref([ [ { title: "货位主键", field: "id" ,type: "like", hidden:true}, { title: "货位状态", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],}, ], ]);