Compare commits

..

No commits in common. "f3f1c972b43e304345afc95fbaa0a160217956dc" and "2455f83b743206857b148e58579f6c56548713fe" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -343,7 +343,6 @@ 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: [
{

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2020-12-29 15:41:11
* @LastEditors: zwq
* @LastEditTime: 2022-01-18 14:30:25
* @LastEditTime: 2022-01-17 14:03:24
* @Description:
-->
<template>
@ -68,7 +68,7 @@ import i18n from '@/lang'
const tableProps = [
{
prop: 'storageCode',
prop: 'code',
label: i18n.t('module.basicData.Warehouse.StorageBoxNumber'),
align: 'center'
},