duyongjia
2024-11-23 317a12f53245e8be0ad7996b1285cbb389fa70fb
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue
@@ -92,7 +92,20 @@
    const searchFormOptions = ref([
      [
        { title: "货位编号", field: "locationCode" },
        { title: "巷道编号", field: "roadwayNo" },
        {
          title: "货位类型",
          field: "locationType",
          type: "selectList",
          dataKey: "locationTypeEnum",
          data: [],
        },
         {
          title: "货位状态",
          field: "locationStatus",
          type: "selectList",
          dataKey: "locationStatusEnum",
          data: [],
        },
      ],
    ]);
    const columns = ref([