diff --git a/project/beta/AppCodeGeneration/AppCodeGeneration.vue b/project/beta/AppCodeGeneration/AppCodeGeneration.vue new file mode 100644 index 00000000..7312a2be --- /dev/null +++ b/project/beta/AppCodeGeneration/AppCodeGeneration.vue @@ -0,0 +1,71 @@ + + + 应用配置加载中... + 读取应用失败 + + + diff --git a/project/beta/AppCodeGeneration/app/visit/Visit.vue b/project/beta/AppCodeGeneration/app/visit/Visit.vue new file mode 100644 index 00000000..4957cb70 --- /dev/null +++ b/project/beta/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/beta/AppCodeGeneration/components/Add.vue b/project/beta/AppCodeGeneration/components/Add.vue new file mode 100644 index 00000000..6bb416b8 --- /dev/null +++ b/project/beta/AppCodeGeneration/components/Add.vue @@ -0,0 +1,533 @@ + + + + + + + + + + + + + + + + + + + {{ item.dictName }} + + + + + + + + + + + {{ item.dictName }} + + + + + + + + 选择网格 + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.fieldName }}: + + + + + + + + + + + + + + + + 取消 + 提交 + + + + + + + diff --git a/project/beta/AppCodeGeneration/components/Detail.vue b/project/beta/AppCodeGeneration/components/Detail.vue new file mode 100644 index 00000000..19a3a796 --- /dev/null +++ b/project/beta/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/beta/AppCodeGeneration/components/List.vue b/project/beta/AppCodeGeneration/components/List.vue new file mode 100644 index 00000000..fda35be0 --- /dev/null +++ b/project/beta/AppCodeGeneration/components/List.vue @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 添加 + + 删除 + + + + + 导入 + + 导出 + + + + (ids = v.map((e) => e.id))"> + + + + {{ $dict.getLabel(item.dict, row[item.fieldDbName]) || '-' }} + + + {{ row[item.fieldDbName] }} + {{ row[item.fieldDbName + '_name'] }} + + + + + + 详情 + 编辑 + 删除 + + + + + + + + + + +
{{ item.description }}