事件汇总统计
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.$dict.load('srScoreType', 'srScoreCalcType').then(() => {
|
||||
this.$dict.load('srScoreType', 'srScoreCalcType', 'srType').then(() => {
|
||||
this.getDetail()
|
||||
let nowTime = dayjs().format('YYYY-MM-DD')
|
||||
this.startPla = dayjs().subtract(29, 'day').format('YYYY-MM-DD')
|
||||
@@ -135,8 +135,8 @@ export default {
|
||||
}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.xData = res.data.map(x => x.eventName)
|
||||
this.yData = res.data.map(y => y.totalIntegral)
|
||||
this.xData = res.data.map(x => this.dict.getLabel('srType', x.type))
|
||||
this.yData = res.data.map(y => y.score)
|
||||
this.getColEcherts(this.xData, this.yData)
|
||||
}
|
||||
})
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
@success="getTableData()">
|
||||
<el-button icon="iconfont iconImport">导入</el-button>
|
||||
</ai-import> -->
|
||||
<ai-download :instance="instance" url="/app/appscoredetail/userListExport" :params="search" :fileName="menuName"
|
||||
<ai-download :instance="instance" url="/app/appscoredetail/userListExport" :params="search" fileName="积分明细"
|
||||
:disabled="tableData.length == 0">
|
||||
</ai-download>
|
||||
<el-input size="small" placeholder="姓名" v-model="search.name" clearable
|
||||
|
||||
Reference in New Issue
Block a user