Ver a proveniência

Merge pull request '暂时改名字' (#85) from zwq into develop

Reviewed-on: http://git.picaiba.com/mt-ck-00a/mt-ck-wms-ui/pulls/85
pull/86/head
朱文强 há 2 anos
ascendente
cometimento
dbb67e6064
3 ficheiros alterados com 12 adições e 9 eliminaçõ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 ficheiro

@@ -1,8 +1,8 @@
/*
* @Author: gtz
* @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
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
*/
@@ -10,7 +10,8 @@
export default {
first: 'First Row',
second: 'Second Row',
title: 'WMS Inventory Information',
title: 'Inventory Information',
// WMS
pageHeader: 'No.',
pageFooter: ' Page',
isEmpty: 'Is Empty',


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

@@ -1,8 +1,8 @@
/*
* @Author: gtz
* @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
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\zh\module\dashboard.js
*/
@@ -10,7 +10,8 @@
export default {
first: '第一排',
second: '第二排',
title: 'WMS库存信息',
title: '库存信息',
// WMS
pageHeader: '第',
pageFooter: '页',
isEmpty: '是否为空',


+ 4
- 3
src/settings.js Ver ficheiro

@@ -1,13 +1,14 @@
/*
* @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
* @Description:
*/

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

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


Carregando…
Cancelar
Guardar