init
This commit is contained in:
19
src/lang/i18n/en/module/report.js
Normal file
19
src/lang/i18n/en/module/report.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* @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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user