|
@@ -3,7 +3,7 @@
|
|
|
<templateTable custom :formList="formList" class="invoiceAnd" ref="templateTable" @handleResetForm="resetform"
|
|
<templateTable custom :formList="formList" class="invoiceAnd" ref="templateTable" @handleResetForm="resetform"
|
|
|
:tableConfig="tableConfig" :data="tableData" @findPage="findPage" @handleSearchList="handleSearchList" @getList="getList">
|
|
:tableConfig="tableConfig" :data="tableData" @findPage="findPage" @handleSearchList="handleSearchList" @getList="getList">
|
|
|
<template slot="companyId">
|
|
<template slot="companyId">
|
|
|
- <el-select v-model="pageData.companyId" clearable placeholder="选择险种" size="small">
|
|
|
|
|
|
|
+ <el-select v-model="pageData.companyId" clearable placeholder="选择险种" filterable size="small">
|
|
|
<el-option v-for="item in companyList" :key="item.id" :label="item.name"
|
|
<el-option v-for="item in companyList" :key="item.id" :label="item.name"
|
|
|
:value="item.id"></el-option>
|
|
:value="item.id"></el-option>
|
|
|
</el-select>
|
|
</el-select>
|