jiangping
2024-06-18 f55d6c3c4f13e1564899d3c88cbe698537aefcf9
company/src/components/business/OpearaUnionApply.vue
@@ -87,6 +87,10 @@
                label="投保人数">
            </el-table-column>
            <el-table-column
                prop="guaranteeNum"
                label="在保人数">
            </el-table-column>
            <el-table-column
                prop="fee"
                label="总费用">
            </el-table-column>
@@ -99,9 +103,9 @@
        </el-table>
      <div style="color: #F95601; font-size: 14px;width: 100%;text-align: left">(3. 请先选择至少一条申请后提交投保申请)</div>
        <div class="info" v-if="item">
            <span v-if="item.specialAgreement">{{item.specialAgreement}}</span>
            <span v-if="item.specialInfo">{{item.specialInfo}}</span>
            <span v-if="item.ortherInfo">{{item.ortherInfo}}</span>
            <span v-if="item.specialAgreement" v-html="item.specialAgreement"></span>
            <span v-if="item.specialInfo" v-html="item.specialInfo"></span>
            <span v-if="item.ortherInfo" v-html="item.ortherInfo"></span>
        </div>
        <!--    选择申请单    -->
        <selectApplicationForm ref="selectApplicationForm" @success="getValue" />