zs
2025-05-06 55bf797dcc730b37bc691ebab2b51ff9db8ed245
HIAWms/web/src/widgets/WmsStoreInfo/Views/Pages/WmsArea/Config.ts
@@ -17,32 +17,12 @@
    title: '描述',
  },
  {
    field: 'areaStatus',
    field: 'areaStatusDesc',
    title: '库区状态',
    formatter: (value) => {
      // 根据 AreaStatusEnum 的值返回对应的描述
      switch (value) {
        case 'Active':
          return '启用'
        case 'Inactive':
          return '禁用'
        default:
          return value
      }
    },
  },
  {
    field: 'areaType',
    field: 'areaTypeDesc',
    title: '库区类型',
    formatter: (value) => {
      // 根据 AreaTypeEnum 的值返回对应的描述
      switch (value) {
        case 1:
          return '原料库区'
        case 2:
          return '装卸区'
      }
    },
  },
  {
    field: 'storeCode',