diff --git a/src/components/ebiz/billingDetail/tableDetail2.vue b/src/components/ebiz/billingDetail/tableDetail2.vue
index 3f0431ee7..27dac8b02 100644
--- a/src/components/ebiz/billingDetail/tableDetail2.vue
+++ b/src/components/ebiz/billingDetail/tableDetail2.vue
@@ -11,10 +11,10 @@
double_click(index, item)">
| {{ Number(index) + 1 }} |
- {{ item.signDate }} |
- {{ item.appntDate }} |
- {{ item.productName }} |
- {{ item.prem }} |
+ {{ item.signDate }} |
+ {{ item.appntDate }} |
+ {{ item.productName }} |
+ {{ item.prem }} |
{{ item.name }}
|
@@ -179,7 +179,16 @@ export default {
//width: 1000px;
}
.statisticsTable_table .table {
- width: 183.6vw !important;
+ width: 191.6vw !important;
+}
+.timeDate {
+ width: 90px;
+}
+.productName {
+ width: 150px;
+}
+.prem {
+ text-align: right !important;
}
.statisticsTable th {
width: 105px;
diff --git a/src/views/ebiz/billingDetail/billingDetail.vue b/src/views/ebiz/billingDetail/billingDetail.vue
index 443981342..c6143a9d7 100644
--- a/src/views/ebiz/billingDetail/billingDetail.vue
+++ b/src/views/ebiz/billingDetail/billingDetail.vue
@@ -349,7 +349,7 @@ export default {
dateFlag: 'm',
style02: 'style02', //style02 时,显示红字红三角的样式,不写的话展示默认样式
currentIndex: 0, //0 当月 1当天
- theads: ['序号', '承保时间', '预收时间', '产品名称', '保费', '业务员', '机构','查看'],
+ theads: ['序号', '承保时间', '预收时间', '产品名称', '保费(元)', '业务员', '机构','查看'],
tableData: [],
total: 0,
minDate: '',
@@ -839,7 +839,7 @@ export default {
this.overlayShow = false
},
outOrderTypeChange() {
- this.theads = ['序号', '承保时间', '预收时间', '产品名称', '保费', '业务员', '机构','查看']
+ this.theads = ['序号', '承保时间', '预收时间', '产品名称', '保费(元)', '业务员', '机构','查看']
if (this.outOrderType === 'accept') {
this.theads.splice(2,1)
} else {