Ver código fonte

暂时改名字

pull/85/head
朱文强 2 anos atrás
pai
commit
05fa4c5e21
3 arquivos alterados com 12 adições e 9 exclusões
  1. +4
    -3
      src/lang/i18n/en/module/dashboard.js
  2. +4
    -3
      src/lang/i18n/zh/module/dashboard.js
  3. +4
    -3
      src/settings.js

+ 4
- 3
src/lang/i18n/en/module/dashboard.js Ver arquivo

@@ -1,8 +1,8 @@
/* /*
* @Author: gtz * @Author: gtz
* @Date: 2022-03-15 16:42:34 * @Date: 2022-03-15 16:42:34
* @LastEditors: gtz
* @LastEditTime: 2022-03-16 20:01:32
* @LastEditors: zwq
* @LastEditTime: 2022-06-06 15:53:29
* @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,7 +10,8 @@
export default { export default {
first: 'First Row', first: 'First Row',
second: 'Second Row', second: 'Second Row',
title: 'WMS Inventory Information',
title: 'Inventory Information',
// WMS
pageHeader: 'No.', pageHeader: 'No.',
pageFooter: ' Page', pageFooter: ' Page',
isEmpty: 'Is Empty', isEmpty: 'Is Empty',


+ 4
- 3
src/lang/i18n/zh/module/dashboard.js Ver arquivo

@@ -1,8 +1,8 @@
/* /*
* @Author: gtz * @Author: gtz
* @Date: 2022-03-15 16:42:34 * @Date: 2022-03-15 16:42:34
* @LastEditors: gtz
* @LastEditTime: 2022-03-16 20:01:27
* @LastEditors: zwq
* @LastEditTime: 2022-06-06 15:53:43
* @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,7 +10,8 @@
export default { export default {
first: '第一排', first: '第一排',
second: '第二排', second: '第二排',
title: 'WMS库存信息',
title: '库存信息',
// WMS
pageHeader: '第', pageHeader: '第',
pageFooter: '页', pageFooter: '页',
isEmpty: '是否为空', isEmpty: '是否为空',


+ 4
- 3
src/settings.js Ver arquivo

@@ -1,13 +1,14 @@
/* /*
* @Date: 2020-12-14 09:07:03 * @Date: 2020-12-14 09:07:03
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-12-06 14:24:30
* @LastEditors: zwq
* @LastEditTime: 2022-06-06 15:58:41
* @FilePath: \basic-admin\src\settings.js * @FilePath: \basic-admin\src\settings.js
* @Description: * @Description:
*/ */


module.exports = { module.exports = {
title: 'ARI WMS',
title: 'SCC System',
// title: 'ARI WMS',


/** /**
* @type {boolean} true | false * @type {boolean} true | false


Carregando…
Cancelar
Salvar