diff --git a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreStatistics.vue b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreStatistics.vue index 686867f2..15ab1605 100644 --- a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreStatistics.vue +++ b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreStatistics.vue @@ -85,13 +85,31 @@ @getList="getTableData" :col-configs="colConfigs" :dict="dict"> + + + + + + + 关闭 + + @@ -120,7 +138,8 @@ export default { girdList: [], time: '', timeCheck: ['昨日','近7天','近30天','自定义'], - currrntTime: '0' + currrntTime: '0', + dialog: true, } }, computed: { @@ -272,6 +291,17 @@ export default { timeChange(index) { this.currrntTime = index }, + open(id) { + this.dialog = true + this.getDetail(id) + }, + getDetail(id) { + + } + + + + }, mounted() { this.getColEcherts1() @@ -281,6 +311,7 @@ export default { window.removeEventListener('resize', this.onResize1) window.removeEventListener('resize', this.onResize2) }, + } @@ -390,5 +421,14 @@ export default { } } } + ::v-deep .el-dialog__footer { + text-align: center; + } + ::v-deep .el-dialog__header { + border-bottom: 1px solid #DDD; + } + ::v-deep .ai-detail { + background: #FFF; + } } \ No newline at end of file