|
|
@@ -52,11 +52,11 @@
|
|
|
<view class="filterCriteria-item mb-3">
|
|
|
<text class="title">保险公司</text>
|
|
|
<view class="options dis a-c f-wrap mt-3" style="grid-template-columns: repeat(3, 1fr);">
|
|
|
- <view class="options-card dis a-c j-c"
|
|
|
+ <view class="options-card nameSimple dis a-c j-c"
|
|
|
:class="item.id==pageRequest.companyId? 'active':''"
|
|
|
v-for="(item,index) in esmInsCompanyList" :key="index"
|
|
|
@click="filterCriteriaClick(item.id,'companyId')">
|
|
|
- {{item.nameSimple}}
|
|
|
+ <u--text :lines="1" align="center" :text="item.nameSimple" color="#666" size="14"></u--text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|