1
yangpeixing
2026-04-01 73569b329e4ed2293a63e5a739d5fb0314fc4fd8
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,