diff --git a/i18n/en/msg.txt b/i18n/en/msg.txt index ae04ba7..5fb7a74 100644 --- a/i18n/en/msg.txt +++ b/i18n/en/msg.txt @@ -26,3 +26,9 @@ 完成时间=Completed At 已取消=Cancelled 是否启用(1/0)=Active +审批记录表=Approval Records +业务类型(content_publish等)=Business Type +业务数据ID=Business Data ID +申请人ID=Applicant +审批人ID=Approver +状态(pending/approved/rejected/cancelled)=Approval Status diff --git a/i18n/zh/msg.txt b/i18n/zh/msg.txt index 470399d..a403330 100644 --- a/i18n/zh/msg.txt +++ b/i18n/zh/msg.txt @@ -26,3 +26,9 @@ 完成时间=完成时间 已取消=已取消 是否启用(1/0)=是否启用 +审批记录表=审批记录表 +业务类型(content_publish等)=业务类型 +业务数据ID=业务数据ID +申请人ID=申请人 +审批人ID=审批人 +状态(pending/approved/rejected/cancelled)=审批状态 diff --git a/models/dda_approvals.json b/models/dda_approvals.json index 32bd3e2..98cdad0 100644 --- a/models/dda_approvals.json +++ b/models/dda_approvals.json @@ -2,7 +2,7 @@ "summary": [ { "name": "dda_approvals", - "title": "审批记录表", + "title": "审批记录", "primary": [ "id" ] @@ -111,4 +111,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/wwwroot/dda_approvals/index.ui b/wwwroot/dda_approvals/index.ui index c08d5b3..13037a5 100644 --- a/wwwroot/dda_approvals/index.ui +++ b/wwwroot/dda_approvals/index.ui @@ -10,7 +10,7 @@ "height":"100%", - "title":"审批记录表", + "title":"审批记录",