You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
615 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

define(function (require, exports, module) {
return {
/**
* 报表主题
*/
/*ER001.js*/
ER001_01: '该主题已被报表占用,不可以删除.',
ER001_02: '该主题编码已存在',
/**
* 报表设计
*/
/*ER002.js*/
ER002_01: '请先选择报表主题',
ER002_02: '报表主题列表',
ER002_03: '全部',
ER002_04: '版本号必须为两个数字中间用小数点隔开且每个数字需在0-99之间。如1.2',
ER002_05: '请先选中一条报表进行报表数据源设计'
}
})