Compare commits
No commits in common. "dbb67e6064ca1261353940bff039ab68506256c9" and "8a18d705a49f645137e138909f7c8fbc74b13a2f" have entirely different histories.
dbb67e6064
...
8a18d705a4
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: gtz
|
* @Author: gtz
|
||||||
* @Date: 2022-03-15 16:42:34
|
* @Date: 2022-03-15 16:42:34
|
||||||
* @LastEditors: zwq
|
* @LastEditors: gtz
|
||||||
* @LastEditTime: 2022-06-06 15:53:29
|
* @LastEditTime: 2022-03-16 20:01:32
|
||||||
* @Description: file content
|
* @Description: file content
|
||||||
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
|
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
|
||||||
*/
|
*/
|
||||||
@ -10,8 +10,7 @@
|
|||||||
export default {
|
export default {
|
||||||
first: 'First Row',
|
first: 'First Row',
|
||||||
second: 'Second Row',
|
second: 'Second Row',
|
||||||
title: 'Inventory Information',
|
title: 'WMS Inventory Information',
|
||||||
// WMS
|
|
||||||
pageHeader: 'No.',
|
pageHeader: 'No.',
|
||||||
pageFooter: ' Page',
|
pageFooter: ' Page',
|
||||||
isEmpty: 'Is Empty',
|
isEmpty: 'Is Empty',
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: gtz
|
* @Author: gtz
|
||||||
* @Date: 2022-03-15 16:42:34
|
* @Date: 2022-03-15 16:42:34
|
||||||
* @LastEditors: zwq
|
* @LastEditors: gtz
|
||||||
* @LastEditTime: 2022-06-06 15:53:43
|
* @LastEditTime: 2022-03-16 20:01:27
|
||||||
* @Description: file content
|
* @Description: file content
|
||||||
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\zh\module\dashboard.js
|
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\zh\module\dashboard.js
|
||||||
*/
|
*/
|
||||||
@ -10,8 +10,7 @@
|
|||||||
export default {
|
export default {
|
||||||
first: '第一排',
|
first: '第一排',
|
||||||
second: '第二排',
|
second: '第二排',
|
||||||
title: '库存信息',
|
title: 'WMS库存信息',
|
||||||
// WMS
|
|
||||||
pageHeader: '第',
|
pageHeader: '第',
|
||||||
pageFooter: '页',
|
pageFooter: '页',
|
||||||
isEmpty: '是否为空',
|
isEmpty: '是否为空',
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* @Date: 2020-12-14 09:07:03
|
* @Date: 2020-12-14 09:07:03
|
||||||
* @LastEditors: zwq
|
* @LastEditors: Please set LastEditors
|
||||||
* @LastEditTime: 2022-06-06 15:58:41
|
* @LastEditTime: 2021-12-06 14:24:30
|
||||||
* @FilePath: \basic-admin\src\settings.js
|
* @FilePath: \basic-admin\src\settings.js
|
||||||
* @Description:
|
* @Description:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'SCC System',
|
title: 'ARI WMS',
|
||||||
// title: 'ARI WMS',
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {boolean} true | false
|
* @type {boolean} true | false
|
||||||
|
Loading…
Reference in New Issue
Block a user