diff --git a/src/views/modules/communityParty/members/cpts/points.vue b/src/views/modules/communityParty/members/cpts/points.vue new file mode 100644 index 00000000..cffc8aed --- /dev/null +++ b/src/views/modules/communityParty/members/cpts/points.vue @@ -0,0 +1,236 @@ + + + + 评分周期 + + + + + + + + + + + + 保存 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityParty/members/cpts/record.vue b/src/views/modules/communityParty/members/cpts/record.vue new file mode 100644 index 00000000..fe8c3f17 --- /dev/null +++ b/src/views/modules/communityParty/members/cpts/record.vue @@ -0,0 +1,121 @@ + + + + 新增 + + + + + + + + + {{ scope.row.payTime }} + + + + + + {{ scope.row.money }} + + + + + + + {{ scope.row.timeRange }} + + + + + 保存 + 修改 + 删除 + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityParty/members/crateForm.vue b/src/views/modules/communityParty/members/crateForm.vue index 443c0493..4de8e135 100644 --- a/src/views/modules/communityParty/members/crateForm.vue +++ b/src/views/modules/communityParty/members/crateForm.vue @@ -1,53 +1,51 @@ - + - - - - - - - - - - - - - - - + class="form-wr"> + + + + + + + + + + + + + + + + + - + - - - + + - + - - - + + + - + + v-for="item in eduList" + :key="item.value" + :label="item.label" + :value="item.value"> - - - + + + - - + + + - - + + - - + + + + 取消 + 提交 + + - + + + + + + + + +