diff --git a/project/wuxi/AppDynamic/AppDynamic.vue b/project/wuxi/AppDynamic/AppDynamic.vue new file mode 100644 index 00000000..69e2fb43 --- /dev/null +++ b/project/wuxi/AppDynamic/AppDynamic.vue @@ -0,0 +1,64 @@ + + + + + + + + + + + diff --git a/project/wuxi/AppDynamic/components/Detail.vue b/project/wuxi/AppDynamic/components/Detail.vue new file mode 100644 index 00000000..6fe1e8ef --- /dev/null +++ b/project/wuxi/AppDynamic/components/Detail.vue @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/wuxi/AppDynamic/components/List.vue b/project/wuxi/AppDynamic/components/List.vue new file mode 100644 index 00000000..6b2917a8 --- /dev/null +++ b/project/wuxi/AppDynamic/components/List.vue @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + 下架 + 详情 + + + + + + + + + + + diff --git a/project/wuxi/AppResidentInfo/AppResidentInfo.vue b/project/wuxi/AppResidentInfo/AppResidentInfo.vue new file mode 100644 index 00000000..e85a04a0 --- /dev/null +++ b/project/wuxi/AppResidentInfo/AppResidentInfo.vue @@ -0,0 +1,69 @@ + + + + + + + + + + + diff --git a/project/wuxi/AppResidentInfo/components/Add.vue b/project/wuxi/AppResidentInfo/components/Add.vue new file mode 100644 index 00000000..8f6b3120 --- /dev/null +++ b/project/wuxi/AppResidentInfo/components/Add.vue @@ -0,0 +1,717 @@ + + + + + + 删除人员 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.girdName }} + + 请选择网格 + {{ girdList.length ? '重新选择' : '选择网格' }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取消 + 保存 + + + + + diff --git a/project/wuxi/AppResidentInfo/components/Detail.vue b/project/wuxi/AppResidentInfo/components/Detail.vue new file mode 100644 index 00000000..c824b6e3 --- /dev/null +++ b/project/wuxi/AppResidentInfo/components/Detail.vue @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/wuxi/AppResidentInfo/components/List.vue b/project/wuxi/AppResidentInfo/components/List.vue new file mode 100644 index 00000000..58388a3d --- /dev/null +++ b/project/wuxi/AppResidentInfo/components/List.vue @@ -0,0 +1,181 @@ + + + + + + + + 添加 + + + + + + + + + + + + + 详情 + 编辑 + 删除 + 生成二维码 + + + + + + + + + 关闭 + + + + + + + + diff --git a/project/wuxi/AppResidentIntegrating/AppResidentIntegrating.vue b/project/wuxi/AppResidentIntegrating/AppResidentIntegrating.vue new file mode 100644 index 00000000..269fea5e --- /dev/null +++ b/project/wuxi/AppResidentIntegrating/AppResidentIntegrating.vue @@ -0,0 +1,64 @@ + + + + + + + + + + + diff --git a/project/wuxi/AppResidentIntegrating/components/Detail.vue b/project/wuxi/AppResidentIntegrating/components/Detail.vue new file mode 100644 index 00000000..3736ece9 --- /dev/null +++ b/project/wuxi/AppResidentIntegrating/components/Detail.vue @@ -0,0 +1,181 @@ + + + + + + + + + + + 姓名 + {{ info.userName }} + + + 积分余额 + {{ info.integral || 0 }} + + + 已用积分 + {{ info.usedIntegral || 0 }} + + + + + + + + + + + + + 导出 + + + + + + + {{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }} + + + + + {{ row.eventDesc || row.eventName }} + + + + + + + + + + + + diff --git a/project/wuxi/AppResidentIntegrating/components/List.vue b/project/wuxi/AppResidentIntegrating/components/List.vue new file mode 100644 index 00000000..41200369 --- /dev/null +++ b/project/wuxi/AppResidentIntegrating/components/List.vue @@ -0,0 +1,278 @@ + + + + + + + 批量调整积分 + + 导出 + + + + + + + + + + + + 详情 + 调整积分 + + + + + + + + + + {{ item.realName }} + + {{ item.phone }} + + + + + + + + + + + + + + + + + + + + +
{{ info.userName }}
{{ info.integral || 0 }}
{{ info.usedIntegral || 0 }}