diff --git a/project/biaopin/AppCodeGeneration/AppCodeGeneration.vue b/project/biaopin/AppCodeGeneration/AppCodeGeneration.vue new file mode 100644 index 00000000..0e3c3047 --- /dev/null +++ b/project/biaopin/AppCodeGeneration/AppCodeGeneration.vue @@ -0,0 +1,72 @@ + + + 应用配置加载中... + 读取应用失败 + + + diff --git a/project/biaopin/AppCodeGeneration/app/visit/Visit.vue b/project/biaopin/AppCodeGeneration/app/visit/Visit.vue new file mode 100644 index 00000000..4957cb70 --- /dev/null +++ b/project/biaopin/AppCodeGeneration/app/visit/Visit.vue @@ -0,0 +1,230 @@ + + + 添加走访记录 + + + + + + {{ item.name.substr(item.name.length - 2) }} + {{ item.name }} + + {{ item.visitTime }} + + {{ item.title }} + {{ item.description }} + + + + + 现实状态: + {{ dict.getLabel('visitCondolenceReality', item.reality) }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/biaopin/AppCodeGeneration/components/Add.vue b/project/biaopin/AppCodeGeneration/components/Add.vue new file mode 100644 index 00000000..0e82e4e0 --- /dev/null +++ b/project/biaopin/AppCodeGeneration/components/Add.vue @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + + + + + + {{ item.dictName }} + + + + + + + + + + + {{ item.dictName }} + + + + + + + + + 选择网格 + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.fieldName }}: + + + + + + + + + + + + + + + + 取消 + 提交 + + + + + + + diff --git a/project/biaopin/AppCodeGeneration/components/Detail.vue b/project/biaopin/AppCodeGeneration/components/Detail.vue new file mode 100644 index 00000000..19a3a796 --- /dev/null +++ b/project/biaopin/AppCodeGeneration/components/Detail.vue @@ -0,0 +1,257 @@ + + + + + + + + + + + + {{$dict.getLabel(item.dict, formData[item.fieldDbName]) || '-'}} + {{formData[item.fieldDbName]}} + + + {{ formData[item.fieldDbName + '_name'] }} + {{ formData[item.fieldDbName + '_name'] }} + {{ formData[item.fieldDbName] || '-' }} + + + + + + + + + + + + + diff --git a/project/biaopin/AppCodeGeneration/components/List.vue b/project/biaopin/AppCodeGeneration/components/List.vue new file mode 100644 index 00000000..084bc44c --- /dev/null +++ b/project/biaopin/AppCodeGeneration/components/List.vue @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 添加 + + 删除 + + + + + 导入 + + 导出 + + + + (ids = v.map((e) => e.id))"> + + + + {{ $dict.getLabel(item.dict, row[item.fieldDbName]) || '-' }} + + + {{ row[item.fieldDbName] }} + {{ row[item.fieldDbName + '_name'] }} + + + + + + 详情 + 编辑 + 删除 + + + + + + + + + + + diff --git a/project/biaopin/AppResidentGroupManage/AppResidentGroupManage.vue b/project/biaopin/AppResidentGroupManage/AppResidentGroupManage.vue new file mode 100644 index 00000000..c5487e4b --- /dev/null +++ b/project/biaopin/AppResidentGroupManage/AppResidentGroupManage.vue @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + diff --git a/project/biaopin/AppResidentGroupManage/components/Detail.vue b/project/biaopin/AppResidentGroupManage/components/Detail.vue new file mode 100644 index 00000000..71d76ebf --- /dev/null +++ b/project/biaopin/AppResidentGroupManage/components/Detail.vue @@ -0,0 +1,377 @@ + + + + + + + + + + + + {{ info.name }} + + + + + + + + + 成员总数 + {{chartData.today && chartData.today.total }} + + + 今日新增 + {{ chartData.today && chartData.today.increase }} + + + 今日流失 + {{chartData.today && chartData.today.decrease}} + + + + + + + + + + {{ item.tagName }} + + + + + + + + + + + + + + + + + 居民详情 + + + + + + + + + + + + diff --git a/project/biaopin/AppResidentGroupManage/components/List.vue b/project/biaopin/AppResidentGroupManage/components/List.vue new file mode 100644 index 00000000..f85f4492 --- /dev/null +++ b/project/biaopin/AppResidentGroupManage/components/List.vue @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + + + + + + + + + + 批量打群标签 + + + + 批量移除群标签 + + + + 更新数据 + + + + + + + + + + + + + + + + {{ row.name || "群聊" }} + + + + + + + + + {{ item.tagName }} + + + + + + + + 详情 + + + + + + + + {{ item.name }} + + + {{ item.name }} + + + + + + + + + + + + diff --git a/project/biaopin/AppResidentGroupManage/components/Statistics.vue b/project/biaopin/AppResidentGroupManage/components/Statistics.vue new file mode 100644 index 00000000..2c89d4c9 --- /dev/null +++ b/project/biaopin/AppResidentGroupManage/components/Statistics.vue @@ -0,0 +1,212 @@ + + + + + + 群聊总数 + {{ groupSum }} + + + 群成员总人数 + {{ info.total }} + + + 今日入群人数 + {{ info.increase }} + + + 今日退群人数 + {{ info.decrease }} + + + + + + + + + + + + + + diff --git a/project/biaopin/AppResidentGroupManage/components/Tags.vue b/project/biaopin/AppResidentGroupManage/components/Tags.vue new file mode 100644 index 00000000..908574ae --- /dev/null +++ b/project/biaopin/AppResidentGroupManage/components/Tags.vue @@ -0,0 +1,208 @@ + + + + + + 添加群标签组 + + + + + + + {{ item.name }} + + + + + + + + 编辑 + 删除 + + + + + + + + + + + + {{ item.name }} + + + 添加 + + + + + + + + + + +
{{ item.description }}