浏览代码

Merge branch 'master' of http://www.baoxianzhanggui.com:8090/sxzgd/vue-insagent-pc

lihongxiao 2 年之前
父节点
当前提交
86a150584a
共有 1 个文件被更改,包括 0 次插入18 次删除
  1. 0 18
      src/views/Letter/Letter.vue

+ 0 - 18
src/views/Letter/Letter.vue

@@ -834,11 +834,6 @@
                 <el-table size="small" :data="HBInsuranceData" border v-loading="accidentLoading" v-if="insuranceHB"
                   @row-click="HBDrivingChange" ref="RsTable" highlight-current-row
                   :header-cell-style="{ background: '#F2F7FC', fontWeight: '700', color: '#ee7000' }">
-                  <el-table-column align="center" width="40" label="选择">
-                       <template slot-scope="scope">
-                      <el-radio class="radio" v-model="HBtemplateSelection" :label="scope.row.programcode" @click.native.stop.prevent="HBDrivingRadio(scope.row)">&nbsp;</el-radio>
-                  </template>
-                  </el-table-column>
                   <el-table-column prop="programname" label="方案名称" align="center"></el-table-column>
                   <el-table-column prop="suminsured" label="保额" align="center"></el-table-column>
                   <el-table-column prop="sumgrosspremium" label="保费 (元)/每份" align="center">
@@ -895,11 +890,6 @@
                 <el-table size="small" :data="RSInsuranceData" border v-loading="accidentLoading" v-if="insuranceRS"
                   @row-click="RSDrivingChange" ref="RsTable" highlight-current-row
                   :header-cell-style="{ background: '#F2F7FC', fontWeight: '700', color: '#ee7000' }">
-                  <el-table-column align="center" width="55" label="选择">
-                       <template slot-scope="scope">
-                      <el-radio class="radio" v-model="RStemplateSelection" :label="scope.row.id" @click.native.stop.prevent="RSDrivingRadio(scope.row)">&nbsp;</el-radio>
-                  </template>
-                  </el-table-column>
                   <el-table-column prop="productName" label="方案名称" align="center"></el-table-column>
                   <el-table-column prop="totalPremium" label="保费 (元)起" align="center">
                   </el-table-column>
@@ -925,11 +915,6 @@
                 <el-table size="small" :data="ZRInsuranceData" border v-loading="accidentLoading" v-if="insuranceZA"
                   @row-click="ZADrivingChange" ref="RsTable" highlight-current-row
                   :header-cell-style="{ background: '#F2F7FC', fontWeight: '700', color: '#ee7000' }">
-                  <el-table-column align="center" width="55" label="选择">
-                       <template slot-scope="scope">
-                      <el-radio class="radio" v-model="ZAtemplateSelection" :label="scope.row.combination" @click.native.stop.prevent="ZADrivingRadio(scope.row)">&nbsp;</el-radio>
-                  </template>
-                  </el-table-column>
                   <el-table-column prop="name" label="方案名称" align="center"></el-table-column>
                   <el-table-column  label="份数" align="center">
                     <template slot-scope="scope">
@@ -3696,9 +3681,6 @@ export default {
       this.anshengaccidentalDrivingVo.planSeries=data.planSeries;
       this.anshengInsuranceData1=[];
       this.anshengInsuranceData1=data.departmentProductList;
-      if(this.anshengInsuranceData1.length){
-        this.ASDrivingChange(this.anshengInsuranceData1[0])
-      }
     },
     hengbangInsuranceChange(index){
       this.HBInsuranceData=[(this.hengbangInsuranceData).find(val=>val.programcode==index)]