From e529a352801a581111357795c71b54c2a6dc8146 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 24 Jan 2026 05:49:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0pagetype=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E5=BC=B9=E7=AA=97=E6=96=B0=E5=BB=BApagetype=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/core/pagetype/default_list.vue | 311 +++++++++++++++++- 1 file changed, 310 insertions(+), 1 deletion(-) 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') }} +
+
+