|
|
@@ -120,15 +120,6 @@ export default {
|
|
|
'periodNum': {isUserTable: false, name: this.$t('bonus.periodNum')}, // 期数
|
|
|
'year': {isUserTable: false, name: this.$t('bonus.year')}, // 所在结算年
|
|
|
'month': {isUserTable: false, name: this.$t('bonus.month')}, // 所在结算月
|
|
|
- 'startTime': {isUserTable: false, name: this.$t('bonus.startTime'), other: 'date'}, // 期数开始时间
|
|
|
- 'endTime': {isUserTable: false, name: this.$t('bonus.endTime'), other: 'date'}, // 期数结束时间
|
|
|
- 'closedAt': {isUserTable: false, name: this.$t('bonus.closedAt'), other: 'date'}, // 封期时间
|
|
|
- 'perfStartedAt': {isUserTable: false, name: this.$t('bonus.perfStartedAt'), other: 'date'}, // 生成业绩单开始时间
|
|
|
- 'perfedAt': {isUserTable: false, name: this.$t('bonus.perfedAt'), other: 'date'}, // 生成业绩单结束时间
|
|
|
- 'calStartedAt': {isUserTable: false, name: this.$t('bonus.calStartedAt'), other: 'date'}, // 结算开始时间
|
|
|
- 'calculatedAt': {isUserTable: false, name: this.$t('bonus.calculatedAt'), other: 'date'}, // 结算结束时间
|
|
|
- 'sendStartedAt': {isUserTable: false, name: this.$t('bonus.sendStartedAt'), other: 'date'}, // 挂网开始时间
|
|
|
- 'sentAt': {isUserTable: false, name: this.$t('bonus.sentAt'), other: 'date'} // 挂网结束时间
|
|
|
},
|
|
|
filterModel: {},
|
|
|
percentList: {
|