|
|
@@ -88,6 +88,10 @@
|
|
|
<span class="label">保险公司</span>
|
|
|
<span class="words">{{ detailData?.insCompanyVo[0]?.name || '--' }}</span>
|
|
|
</el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <span class="label">协议类型</span>
|
|
|
+ <span class="words">{{ detailData?.order?.agreementTypeName || '--' }}</span>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<div class="tipsList">
|
|
|
<div class="tipsItem" :class="{ 'active': tipsIndex === index }" v-for="(item, index) in tipsList" :key="index"
|