Merge branch 'develop' of http://git.picaiba.com/mt-ck-00a/mt-ck-wms-ui into develop
This commit is contained in:
commit
d47343af69
@ -382,6 +382,7 @@ export const constantRoutes = [
|
||||
component: Layout,
|
||||
redirect: '/user/manager',
|
||||
name: 'ArticleManager',
|
||||
hidden: true,
|
||||
meta: { title: routerTitle.basic?.[language] || routerTitle.basic.en, icon: 'form', iconPart: 'ArticleManager', affix: true, required: true, requireToken: true },
|
||||
children: [
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2020-12-29 15:41:11
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-01-17 14:03:24
|
||||
* @LastEditTime: 2022-01-18 14:30:25
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@ -68,7 +68,7 @@ import i18n from '@/lang'
|
||||
|
||||
const tableProps = [
|
||||
{
|
||||
prop: 'code',
|
||||
prop: 'storageCode',
|
||||
label: i18n.t('module.basicData.Warehouse.StorageBoxNumber'),
|
||||
align: 'center'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user