mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 18:06:44 +08:00
Merge branch 'feature/GFRS-2266【需求】产说会需求' into dev
This commit is contained in:
@@ -70,7 +70,7 @@ table {
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #999;
|
||||
border: 1px solid #e4e4e4;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<van-search show-action placeholder="请输入主讲产品名称" v-model="searchName" @change="searchList" @keyup.enter="searchList">
|
||||
<template #action>
|
||||
<div style="display: flex; align-items: center; color: #ff0000">
|
||||
<van-icon size="22" v-if="branchType == 1" name="chart-trending-o" @click="statistics()" style="margin-right: 5px" />
|
||||
<van-icon size="22" name="chart-trending-o" @click="statistics()" style="margin-right: 5px" />
|
||||
<van-icon size="22" name="filter-o" @click="filterCilck" />
|
||||
</div>
|
||||
</template>
|
||||
@@ -30,7 +30,7 @@
|
||||
<div class="title">{{ item.mainSaidProduct }}</div>
|
||||
<div class="cell">召开机构:{{ item.convokeOrgCn }}</div>
|
||||
<div class="cell">召开时间:{{ item.convokeStartTime }} 至 {{ item.convokeEndTime }}</div>
|
||||
<div class="cell">预估人数:{{ item.estimatePeople }} 人</div>
|
||||
<div class="cell">预估人数:{{ item.estimatePeople }}</div>
|
||||
<div class="cell">预估保费(元):{{ item.estimatePremium }}</div>
|
||||
<div class="cell">预估件数:{{ item.estimateUnits }}</div>
|
||||
<div class="text-right mb15 mr15">
|
||||
@@ -43,9 +43,7 @@
|
||||
<div class="title">{{ item.mainSaidProduct }}</div>
|
||||
<div class="cell">召开机构:{{ item.convokeOrgCn }}</div>
|
||||
<div class="cell">召开时间:{{ item.convokeStartTime }} 至 {{ item.convokeEndTime }}</div>
|
||||
<div class="cell">实际人数:{{ item.realityPeople }} 人</div>
|
||||
<div class="cell">预签保费(元):{{ item.estimatePremium }}</div>
|
||||
<div class="cell">预签件数:{{ item.estimateUnits }}</div>
|
||||
<div class="cell">实际人数:{{ item.realityPeople }}</div>
|
||||
<div class="cell">预签保费(元):{{ item.estimateGetPremium }}</div>
|
||||
<div class="cell">预签件数:{{ item.estimateGetUnits }}</div>
|
||||
<div class="cell">已回收保费(元):{{ item.retiredPremium }}</div>
|
||||
|
||||
@@ -141,7 +141,7 @@ table {
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #999;
|
||||
border: 1px solid #e4e4e4;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
|
||||
@@ -110,7 +110,7 @@ table {
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #999;
|
||||
border: 1px solid #e4e4e4;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user