|
@@ -91,6 +91,7 @@
|
|
|
align="left"
|
|
|
prop="id"
|
|
|
label="续费编号"
|
|
|
+ width="80px"
|
|
|
></el-table-column>
|
|
|
<el-table-column align="left" prop="organName" label="分部名称">
|
|
|
</el-table-column>
|
|
@@ -102,9 +103,12 @@
|
|
|
{{ scope.row.name ? scope.row.name : "--" }}
|
|
|
</p>
|
|
|
<p>
|
|
|
+ 续费数量:
|
|
|
+ {{ scope.row.memberNum ? scope.row.memberNum : "--" }}
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
续费周期:
|
|
|
- {{ scope.row.memberNum ? scope.row.memberNum : "--"
|
|
|
- }}{{ scope.row.period | memberEnumType }}
|
|
|
+ {{ scope.row.period | memberEnumType }}
|
|
|
</p>
|
|
|
<p>
|
|
|
缴费金额: {{ scope.row.actualAmount | moneyFormat(true) }}
|