更新
This commit is contained in:
父節點
2455f83b74
當前提交
fb496d8a97
@ -343,6 +343,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