diff --git a/src/project/new/AppResidentFile/AppResidentFile.vue b/src/project/new/AppResidentFile/AppResidentFile.vue new file mode 100644 index 0000000..a3ba1a9 --- /dev/null +++ b/src/project/new/AppResidentFile/AppResidentFile.vue @@ -0,0 +1,825 @@ + + + + + + + + + + {{ groupSum }} + 群聊总数 + + + + {{ todayList1.total }} + 群成员总数 + + + + {{ todayList1.increase }} + 今日入群 + + + + {{ todayList1.decrease }} + 今日退群 + + + + + + + + + + + + + + {{ todayList2.total }} + 居民总数 + + + + {{ todayList2.increase }} + 今日新增 + + + + {{ todayList2.decrease }} + 今日流失 + + + + + + + + + + + + + + + 共个居民 + + + + + + + + + + {{ item.name }} + {{ tag.tagName }} + + + + + + + + + + + 共个居民群 + + + + + + + + + + + {{ item.name || '群聊' }} + ({{ item.personCount }}) + + + + + + + + + + + + + + + {{ item.text }} + + + + + + + + diff --git a/src/project/new/AppResidentFile/GroupList.vue b/src/project/new/AppResidentFile/GroupList.vue new file mode 100644 index 0000000..8f9048a --- /dev/null +++ b/src/project/new/AppResidentFile/GroupList.vue @@ -0,0 +1,325 @@ + + + + + + + + {{ detail.name }} + + + + 建群日期 + {{ detail.createTime.split(' ')[0] }} + + + 成员总数 + {{ detail.statistic.today.total }} + + + 今日入群 + {{ detail.statistic.today.increase }} + + + 今日退群 + {{ detail.statistic.today.decrease }} + + + + + + + + 成员性别: + 男性 + {{ detail.man }} + 女性 + {{ detail.woman }} + 未知 + {{ detail.unknown }} + + + + + + + + + + + {{ tag }} + + + + + + + + + + + + + {{ item.memberName }} + @{{ item.corpName }} + @微信 + + 真实姓名:{{ item.realName }} + + 群主 + + + + + + + + + + + + + diff --git a/src/project/new/AppResidentFile/components/document.vue b/src/project/new/AppResidentFile/components/document.vue new file mode 100644 index 0000000..4cec5ee --- /dev/null +++ b/src/project/new/AppResidentFile/components/document.vue @@ -0,0 +1,139 @@ + + + + + + + {{ top.detail.realName || top.detail.name }} + + + {{ IDObj.btn }} + + + + {{ $dict.getLabel('sex', resident.sex) || '-' }} + {{ resident.birthDate }} + {{ resident.age }} + {{ resident.birthplaceAreaName }} + {{ $dict.getLabel('nation', resident.nation) || '-' }} + {{ $dict.getLabel('education', resident.education) || '-' }} + {{ $dict.getLabel('militaryStatus', resident.militaryStatus) || '-' }} + {{ $dict.getLabel('politicsStatus', resident.politicsStatus) || '-' }} + {{ $dict.getLabel('job', resident.job) || '-' }} + {{ $dict.getLabel('faithType', resident.faithType) || '-' }} + + + + {{ resident.phone }} + {{ resident.currentAreaName + resident.currentAddress }} + + + + {{ $dict.getLabel('householdName', resident.householdName) || '-' }} + {{ $dict.getLabel('householdRelation', resident.householdRelation) || '-' }} + {{ resident.householdAreaName + resident.householdAddress }} + + + + + + + + + + + diff --git a/src/project/new/AppResidentFile/components/info.vue b/src/project/new/AppResidentFile/components/info.vue new file mode 100644 index 0000000..c20df8f --- /dev/null +++ b/src/project/new/AppResidentFile/components/info.vue @@ -0,0 +1,370 @@ + + + + + + + {{ top.detail.name }} + @微信 + @企业微信 + + {{ !isCert ? '实名认证' : '解绑' }} + + + {{ $dict.getLabel('wxCustomerAddWay', top.detail.addWay) }} + {{ top.detail.createTime }} + {{ top.detail.realName }} + {{ resident.phone || '-' }} + {{ resident.familyIntegral }} + {{ resident.personalIntegral }} + + + + + + + + + {{ tag }} + + + + + + + + + + + + + {{ $dict.getLabel('wxCustomerLogType', item.type) }} + {{ item.createTime }} + + + + + + + + 实名认证 + + + + + + + + + + + 微信联系 + 电话联系 + + + + + + + diff --git a/src/project/new/AppResidentFile/resident.vue b/src/project/new/AppResidentFile/resident.vue new file mode 100644 index 0000000..5493ce0 --- /dev/null +++ b/src/project/new/AppResidentFile/resident.vue @@ -0,0 +1,153 @@ + + + + + + + + + + diff --git a/src/project/new/AppResidentFile/tagManage.vue b/src/project/new/AppResidentFile/tagManage.vue new file mode 100644 index 0000000..3370fe3 --- /dev/null +++ b/src/project/new/AppResidentFile/tagManage.vue @@ -0,0 +1,93 @@ + + + + + + + + + +
{{ item.text }}
+ 成员性别: + 男性 + {{ detail.man }} + 女性 + {{ detail.woman }} + 未知 + {{ detail.unknown }} +
+ {{ item.memberName }} + @{{ item.corpName }} + @微信 +
真实姓名:{{ item.realName }}