parent
808428a6ff
commit
af124898fa
|
@ -73,7 +73,7 @@ export default {
|
|||
{id: 'pie', name: this.$t('commons.report_statistics.pie')}
|
||||
],
|
||||
order: "",
|
||||
orders: [{id: '', name: '默认排序'}, {id: 'desc', name: this.$t('commons.report_statistics.desc')}, {
|
||||
orders: [{id: '', name: this.$t('commons.sort_default')}, {id: 'desc', name: this.$t('commons.report_statistics.desc')}, {
|
||||
id: 'asc',
|
||||
name: this.$t('commons.report_statistics.asc')
|
||||
}],
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
chartType: "line",
|
||||
charts: [{id: 'line', name: this.$t('commons.report_statistics.line')}, {id: 'bar', name: this.$t('commons.report_statistics.bar')}],
|
||||
order: "",
|
||||
orders: [{id: '', name: '默认排序'},{id: 'desc', name: this.$t('commons.report_statistics.desc')}, {id: 'asc', name: this.$t('commons.report_statistics.asc')}],
|
||||
orders: [{id: '', name: this.$t('commons.sort_default')},{id: 'desc', name: this.$t('commons.report_statistics.desc')}, {id: 'asc', name: this.$t('commons.report_statistics.asc')}],
|
||||
loading: false,
|
||||
options: {},
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 63b194c25f43ef628a630ccf1ecba01dc65fd3bf
|
||||
Subproject commit ed6902f776faa1f04a732a6f92b825a32116b3a0
|
|
@ -10,6 +10,7 @@ export default {
|
|||
excelFile: "Excel",
|
||||
xmindFile: "Xmind",
|
||||
default: "default",
|
||||
sort_default: "Default",
|
||||
please_select_import_mode: 'Please select import mode',
|
||||
please_select_import_module: 'Please select import module',
|
||||
pass_rate: 'Pass rate',
|
||||
|
|
|
@ -10,6 +10,7 @@ export default {
|
|||
excelFile: "表格文件.xls",
|
||||
xmindFile: "思维导图.xmind",
|
||||
default: "默认值",
|
||||
sort_default: "默认排序",
|
||||
please_select_import_mode: '请选择导入模式',
|
||||
please_select_import_module: '请选择导入模块',
|
||||
pass_rate: '通过率',
|
||||
|
|
|
@ -10,6 +10,7 @@ export default {
|
|||
excelFile: "表格文件.xls",
|
||||
xmindFile: "思維導圖.xmind",
|
||||
default: "默認值",
|
||||
sort_default: "默認排序",
|
||||
please_select_import_mode: '請選擇導入模式',
|
||||
please_select_import_module: '請選擇導入模塊',
|
||||
pass_rate: '通過率',
|
||||
|
|
Loading…
Reference in New Issue