diff --git a/packages/extra/AppCodeGeneration/components/List.vue b/packages/extra/AppCodeGeneration/components/List.vue index e7a02982..fda35be0 100644 --- a/packages/extra/AppCodeGeneration/components/List.vue +++ b/packages/extra/AppCodeGeneration/components/List.vue @@ -139,7 +139,9 @@ export default { colItem = {label: item.fieldName, type: item.type, slot: item.fieldDbName, fieldDbName: item.fieldDbName} } else if (item.type == 'area') { colItem = {prop: item.fieldDbName + '_name', label: item.fieldName, align: "center"} - } else { + } else if (item.type == 'gird') { + colItem = {prop: item.fieldDbName + '_name', label: item.fieldName, align: "center"} + }else { colItem = {prop: item.fieldDbName, label: item.fieldName, align: "center"} } colList.push(colItem) diff --git a/packages/work/AppHelpDeclaration/AppHelpDeclaration.vue b/packages/work/AppHelpDeclaration/AppHelpDeclaration.vue new file mode 100644 index 00000000..a2aa7627 --- /dev/null +++ b/packages/work/AppHelpDeclaration/AppHelpDeclaration.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/packages/work/AppHelpDeclaration/components/Detail.vue b/packages/work/AppHelpDeclaration/components/Detail.vue new file mode 100644 index 00000000..173f08bb --- /dev/null +++ b/packages/work/AppHelpDeclaration/components/Detail.vue @@ -0,0 +1,302 @@ + + + + + \ No newline at end of file diff --git a/packages/work/AppHelpDeclaration/components/List.vue b/packages/work/AppHelpDeclaration/components/List.vue new file mode 100644 index 00000000..ef5a033c --- /dev/null +++ b/packages/work/AppHelpDeclaration/components/List.vue @@ -0,0 +1,246 @@ + + + + +