This commit is contained in:
2021-09-13 14:56:28 +08:00
commit ac0d6e9083
777 changed files with 90286 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/*
* @Author: gtz
* @Date: 2021-04-22 19:48:46
* @LastEditors: gtz
* @LastEditTime: 2021-04-27 12:13:25
* @Description: file content
*/
export default {
reportList: {
reportName: '报表名称',
reportSort: '报表分类',
createTime: '添加时间',
operation: '操作'
},
reportSort: {
all: '全部'
}
}