|
@@ -47,27 +47,27 @@ export default {
|
|
|
triggerEvent: false,
|
|
|
indicator: [
|
|
|
{
|
|
|
- name: this.$t('lessonRecord.mgt.interaction') + `(${pieData[0]})`,
|
|
|
+ name: this.$t('lessonRecord.mgt.interaction'),
|
|
|
max: 5,
|
|
|
min: 0,
|
|
|
},
|
|
|
{
|
|
|
- name: this.$t('lessonRecord.mgt.cooperation') + `(${pieData[1]})`,
|
|
|
+ name: this.$t('lessonRecord.mgt.cooperation'),
|
|
|
max: 3,
|
|
|
min: 0,
|
|
|
},
|
|
|
{
|
|
|
- name: this.$t('lessonRecord.mgt.exam') + `(${pieData[2]})`,
|
|
|
+ name: this.$t('lessonRecord.mgt.exam'),
|
|
|
max: 2,
|
|
|
min: 0,
|
|
|
},
|
|
|
{
|
|
|
- name: this.$t('lessonRecord.mgt.task') + `(${pieData[3]})`,
|
|
|
+ name: this.$t('lessonRecord.mgt.task'),
|
|
|
max: 1,
|
|
|
min: 0,
|
|
|
},
|
|
|
{
|
|
|
- name: this.$t('lessonRecord.mgt.diffential') + `(${pieData[4]})`,
|
|
|
+ name: this.$t('lessonRecord.mgt.diffential'),
|
|
|
max: 1,
|
|
|
min: 0,
|
|
|
}
|