From 3e03d087b2dd6b36da19eddf0bdd44b0e5595b4f Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Thu, 4 Aug 2022 16:08:34 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=BC=B9=E7=AA=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/gridScoreStatistics.vue | 46 +++++++++++++++++--
1 file changed, 43 insertions(+), 3 deletions(-)
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