mt-ck-wms-ui/src/lang/i18n/en/module/report.js
2021-09-13 14:56:28 +08:00

20 lines
338 B
JavaScript

/*
* @Author: gtz
* @Date: 2021-04-22 19:48:46
* @LastEditors: gtz
* @LastEditTime: 2021-04-23 14:36:08
* @Description: file content
*/
export default {
reportList: {
reportName: 'Report name',
reportSort: 'Report Sort',
createTime: 'Create Date',
operation: 'Operation'
},
reportSort: {
all: 'All'
}
}