yangpeixing
2026-03-13 ca7571548578c32bf0a72b269655f9baec1f6849
WMS/WIDESEA_WMSClient/src/views/basic/warehouse.vue
@@ -19,12 +19,12 @@
export default defineComponent({
  setup() {
    const table = ref({
      key: "id",
      key: "warehouseId",
      footer: "Foots",
      cnName: "仓库信息",
      name: "warehouse",
      url: "/Warehouse/",
      sortName: "id",
      sortName: "warehouseId",
    });
    const editFormFields = ref({
      warehouseCode: "",
@@ -76,7 +76,7 @@
    ]);
    const columns = ref([
      {
        field: "id",
        field: "warehouseId",
        title: "Id",
        type: "int",
        width: 90,