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; + } + } +} +