MrShi
2025-06-16 a5f75b8c4acff2ffd49d490c314d95a8c5f5db7e
company/src/views/business/insuranceApply.vue
@@ -77,6 +77,7 @@
                    <span :class="'apply-status'+row.status" v-else>{{row.statusInfo}}</span>
                  </template>
                </el-table-column>
                  <el-table-column prop="companyName" v-if="userInfo.type === 0" fixed label="企业名称" align="center" min-width="150"></el-table-column>
                <el-table-column prop="solutionsName" fixed label="保险方案" align="center" min-width="150"></el-table-column>
                <el-table-column label="类型" fixed  align="center">
                  <template slot-scope="{row}">
@@ -163,6 +164,7 @@
import OperaInsuranceApplyWindow from '@/components/business/OperaInsuranceApplyWindow'
import OperaInsuranceApplyAddWindow from '@/components/enterprise/OperaInsuranceApplyAddWindow'
import chooseCompany from '@/components/common/chooseCompany'
import { mapState } from 'vuex'
export default {
    name: 'InsuranceApply',
    extends: BaseTable,
@@ -196,6 +198,9 @@
          ]
        }
    },
    computed: {
        ...mapState(['userInfo'])
    },
    created () {
        this.config({
            module: '投保申请信息表',