diff --git a/apps/jingrow/frontend/src/core/pagetype/default_list.vue b/apps/jingrow/frontend/src/core/pagetype/default_list.vue index a1b2dab..3d54e2f 100644 --- a/apps/jingrow/frontend/src/core/pagetype/default_list.vue +++ b/apps/jingrow/frontend/src/core/pagetype/default_list.vue @@ -284,12 +284,131 @@ + + + +
+ +
+
+
+ {{ t('Name') }} * +
+ +
+
+
+ {{ t('Extends') }} +
+ +
+
+
+ {{ t('Module') }} * +
+ +
+
+ + +
+
+ + {{ t('Is Submittable') }} + +
+
+ {{ t('Submittable documents can be submitted and modified, can only be modified or deleted after submission') }} +
+ +
+ + {{ t('Is Child Table') }} + +
+
+ {{ t('Child table will be displayed in the form of table collection in the parent PageType') }} +
+ +
+ + {{ t('Is Single') }} + +
+
+ {{ t('Single type has only one record, without name field, saved in tabSingles') }} +
+ +
+ + {{ t('Is Tree') }} + +
+
+ {{ t('Tree structure uses parent node collection for nested display') }} +
+ +
+ + {{ t('Is Virtual') }} + +
+ +
+ + {{ t('Is Table') }} + +
+
+ + +
+ {{ t('The system will automatically generate a friendly URL based on the name') }} +
+
+