lex-xin 9 mesiacov pred
rodič
commit
2bfb810342

+ 6 - 2
src/views/auditList/member.vue

@@ -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) }}

+ 2 - 0
src/views/resetTeaming/modals/giveMemberModel.vue

@@ -154,6 +154,8 @@ export default {
               tenantId +
               "&returnUrl=" +
               returnUrl +
+              "&type=" +
+              res.data.type
               "&wxAppId=" +
               wxAppId +
               "&alipayAppId=" +