Commit d690d5bc by yuzhenWang

Merge branch 'wyz' into 'test'

切换分支发布测试

See merge request !124
parents 32bb299c 92002842
...@@ -160,12 +160,12 @@ ...@@ -160,12 +160,12 @@
:formatter="formatCurrencyUtil" :formatter="formatCurrencyUtil"
/> />
<el-table-column prop="policyCurrency" label="保单币种" width="120" sortable /> <el-table-column prop="policyCurrency" label="保单币种" width="120" sortable />
<el-table-column prop="policyCurrency" label="产品名称" width="120" /> <el-table-column prop="productName" label="产品名称" width="120" />
<el-table-column prop="policyCurrency" label="保单本期来佣率" width="120" /> <el-table-column prop="commissionRatio" label="保单本期来佣率" width="120" />
<el-table-column prop="policyCurrency" label="投保人" width="120" /> <el-table-column prop="policyHolder" label="投保人" width="120" />
<el-table-column prop="policyCurrency" label="投保人(英文)" width="120" /> <el-table-column prop="policyHolderEn" label="投保人(英文)" width="120" />
<el-table-column prop="policyCurrency" label="转介人" width="120" /> <el-table-column prop="broker" label="转介人" width="120" />
<el-table-column prop="policyCurrency" label="保险公司" width="120" /> <el-table-column prop="insuranceCompany" label="保险公司" width="120" />
<el-table-column prop="remark" label="备注" width="120" sortable /> <el-table-column prop="remark" label="备注" width="120" sortable />
<el-table-column prop="isDeleted" label="记录状态" width="120" sortable> <el-table-column prop="isDeleted" label="记录状态" width="120" sortable>
<template #default="{ row }"> <template #default="{ row }">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment