From dfa29e16777540ae488554d18e07bb1bfd3250b7 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 13 May 2022 17:29:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=95=B4=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../conv/creditScore/scoreFamily/detail.vue | 103 ++----- .../conv/creditScore/scorePersonal/detail.vue | 277 +++++++----------- 2 files changed, 132 insertions(+), 248 deletions(-) diff --git a/packages/conv/creditScore/scoreFamily/detail.vue b/packages/conv/creditScore/scoreFamily/detail.vue index 43154381..674bab95 100644 --- a/packages/conv/creditScore/scoreFamily/detail.vue +++ b/packages/conv/creditScore/scoreFamily/detail.vue @@ -28,31 +28,20 @@ :instance="instance" url="/app/appvillagerintegraldetail/export" :disabled="!Boolean(tableData.length)" - :params="{familyId:detailInfo.id,bizType:doType}" + :params="{familyId:detailInfo.id,type}" fileName="余额变动明细"> - 导出 + 导出 @@ -62,7 +51,6 @@ \ No newline at end of file + + .iconExported { + color: #5088FF; + font-size: 12px; + cursor: pointer; + } + + .info { + padding: 16px 0 16px 0; + } + + .do_type { + height: 56px; + } + + .fs-14 { + ::v-deep .el-table--small { + font-size: 14px !important; + } + } +} +