yangpeixing
2026-03-13 ca7571548578c32bf0a72b269655f9baec1f6849
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: [],},
      ],
    ]);