From ee728c1265bf56b7f3e38a82bef1dede5da72c12 Mon Sep 17 00:00:00 2001 From: "wu.jifen" Date: Wed, 23 Jul 2025 15:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/riskCheck/resultDetail.vue | 143 ++++++++++----------------- 1 file changed, 52 insertions(+), 91 deletions(-) diff --git a/src/views/riskCheck/resultDetail.vue b/src/views/riskCheck/resultDetail.vue index f175af7..08aea7c 100644 --- a/src/views/riskCheck/resultDetail.vue +++ b/src/views/riskCheck/resultDetail.vue @@ -2,7 +2,8 @@
-

历史风险筛查结果

+
历史风险筛查结果
+
  • @@ -23,31 +25,33 @@
    -
    -

    {{ currentRecord.insuredName }}

    -

    - {{ currentRecord.taOrderTime }} 共【{{ +

    +
    {{ currentRecord.insuredName }}
    + + {{ currentResult.taOrderTime }}   共【{{ riskResults.length }}】条风险提示 -

    -
    + +
    -
    -

    被保险人名称:{{ currentRecord.insuredName }}

    -

    {{ currentResult.checkSummary }}

    -
    +
    + +

    被保险人名称:{{ currentRecord.insuredName }}

    +

    {{ currentResult.checkSummary }}

    +
    +
    -
    -

    风险筛查结果

    +
    +
    风险筛查结果
    基本信息
      -
    • +
        {{ index + 1 }} {{ item.warning }} - +
    @@ -101,7 +105,8 @@ export default { let params = { recordId: result.recordId, resultId: result.id } queryResultDetail(params).then(res => { if (res.success) { - this.resultDetails = res.content.content + this.resultDetails = res.content.content.resultDetailList + this.fileStorageInfos = res.content.content.fileStorageInfoList } }) }, @@ -116,10 +121,7 @@ export default { ) this.currentResultId = this.riskResults.length > 0 ? this.riskResults[0].id : '' - this.currentResult = - this.riskResults.length > 0 ? this.riskResults[0] : '' - this.resultDetails = res.content.content.latesetResultDetailList - this.fileStorageInfos = res.content.content.fileStorageInfoList + this.selectRecord(this.riskResults[0]) } }) } @@ -139,84 +141,43 @@ export default { } .left-panel { - width: 300px; + width: 250px; background-color: #ffffff; - padding: 10px; } .right-panel { flex: 1; background-color: #fff; - padding: 10px; + padding: 20px; +} +.left-panel h6 { + display: flex; + align-items: center; + justify-content: center; + font-size: 14px; + margin-top: 15px; +} +ul { + list-style: none; +} +.left-panel li { + height: 50px; + text-align: center; + padding: 15px 0; + font-size: 12px; } -//.left-panel li.active { -// background-color: #e0e0e0; -//} +.right-panel h6 { + font-size: 14px; + margin-right: 30px; + display: inline; +} -//.left-panel .success { -// display: inline-block; -// width: 16px; -// height: 16px; -// border-radius: 50%; -// background-color: green; -// margin-right: 5px; -//} -// -//.left-panel .danger { -// display: inline-block; -// width: 16px; -// height: 16px; -// border-radius: 50%; -// background-color: red; -// margin-right: 5px; -//} - -//.right-panel header { -// display: flex; -// justify-content: space-between; -// align-items: center; -// margin-bottom: 20px; -//} -// -//.right-panel h2 { -// margin: 0; -//} -// -//.right-panel p { -// margin: 5px 0; -//} -// -//.right-panel .actions button { -// margin-left: 10px; -//} -// -//.right-panel section { -// margin-bottom: 20px; -// white-space: pre-line; -//} -// -//.right-panel details summary { -// font-weight: bold; -// cursor: pointer; -//} -// -//.right-panel ul { -// list-style: none; -// padding: 0; -//} -// -//.right-panel li { -// padding: 5px 0; -//} -// -//.right-panel span { -// display: inline-block; -// width: 20px; -// height: 20px; -// text-align: center; -// line-height: 20px; -// border-radius: 4px; -// margin-right: 5px; -//} +.left-panel li.active { + background-color: #e0e0e0; +} +.svg-icon { + font-size: 20px; + margin-right: 10px; +}