From b3ec6fb76122eaf856c9707d12c685ad3c8dcaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 10 Aug 2023 10:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E8=A1=A8=E5=A4=B4=E8=BD=AC?= =?UTF-8?q?=E4=B9=89=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PC/InterFace.Dash/src/mixins/TableMixins.js | 10 +++++----- PC/UI.WinIn.FasterZ.Store/src/mixins/TableMixins.js | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/PC/InterFace.Dash/src/mixins/TableMixins.js b/PC/InterFace.Dash/src/mixins/TableMixins.js index fa85886..32dbdd5 100644 --- a/PC/InterFace.Dash/src/mixins/TableMixins.js +++ b/PC/InterFace.Dash/src/mixins/TableMixins.js @@ -187,7 +187,7 @@ export const tableMixins = { "name": "CreationTime", "apiBaseType": "datetime", "baseApiName": _apiName + 'CreationTime', - "label": zhApiColumnsLable(_apiName + 'CreationTime') || _apiName + 'CreationTime', + "label": zhApiColumnsLable(_apiName + 'CreationTime') || 'CreationTime', "prop": "creationTime", } ) @@ -199,7 +199,7 @@ export const tableMixins = { "name": "CreatorId", "apiBaseType": "string", "baseApiName": _apiName + 'CreatorId', - "label": zhApiColumnsLable(_apiName + 'CreatorId') || _apiName + 'CreatorId', + "label": zhApiColumnsLable(_apiName + 'CreatorId') || 'CreatorId', "prop": "creatorId", } ) @@ -211,7 +211,7 @@ export const tableMixins = { "name": "LastModificationTime", "apiBaseType": "datetime", "baseApiName": _apiName + 'LastModificationTime', - "label": zhApiColumnsLable(_apiName + 'LastModificationTime') || _apiName + 'LastModificationTime', + "label": zhApiColumnsLable(_apiName + 'LastModificationTime') || 'LastModificationTime', "prop": "lastModificationTime", } ) @@ -223,7 +223,7 @@ export const tableMixins = { "name": "LastModifierId", "apiBaseType": "string", "baseApiName": _apiName + 'LastModifierId', - "label": zhApiColumnsLable(_apiName + 'LastModifierId') || _apiName + 'LastModifierId', + "label": zhApiColumnsLable(_apiName + 'LastModifierId') || 'LastModifierId', "prop": "lastModifierId", } ) @@ -235,7 +235,7 @@ export const tableMixins = { "name": "TenantId", "apiBaseType": "string", "baseApiName": _apiName + 'TenantId', - "label": zhApiColumnsLable(_apiName + 'TenantId') || _apiName + 'TenantId', + "label": zhApiColumnsLable(_apiName + 'TenantId') || 'TenantId', "prop": "tenantId", } ) diff --git a/PC/UI.WinIn.FasterZ.Store/src/mixins/TableMixins.js b/PC/UI.WinIn.FasterZ.Store/src/mixins/TableMixins.js index fa85886..32dbdd5 100644 --- a/PC/UI.WinIn.FasterZ.Store/src/mixins/TableMixins.js +++ b/PC/UI.WinIn.FasterZ.Store/src/mixins/TableMixins.js @@ -187,7 +187,7 @@ export const tableMixins = { "name": "CreationTime", "apiBaseType": "datetime", "baseApiName": _apiName + 'CreationTime', - "label": zhApiColumnsLable(_apiName + 'CreationTime') || _apiName + 'CreationTime', + "label": zhApiColumnsLable(_apiName + 'CreationTime') || 'CreationTime', "prop": "creationTime", } ) @@ -199,7 +199,7 @@ export const tableMixins = { "name": "CreatorId", "apiBaseType": "string", "baseApiName": _apiName + 'CreatorId', - "label": zhApiColumnsLable(_apiName + 'CreatorId') || _apiName + 'CreatorId', + "label": zhApiColumnsLable(_apiName + 'CreatorId') || 'CreatorId', "prop": "creatorId", } ) @@ -211,7 +211,7 @@ export const tableMixins = { "name": "LastModificationTime", "apiBaseType": "datetime", "baseApiName": _apiName + 'LastModificationTime', - "label": zhApiColumnsLable(_apiName + 'LastModificationTime') || _apiName + 'LastModificationTime', + "label": zhApiColumnsLable(_apiName + 'LastModificationTime') || 'LastModificationTime', "prop": "lastModificationTime", } ) @@ -223,7 +223,7 @@ export const tableMixins = { "name": "LastModifierId", "apiBaseType": "string", "baseApiName": _apiName + 'LastModifierId', - "label": zhApiColumnsLable(_apiName + 'LastModifierId') || _apiName + 'LastModifierId', + "label": zhApiColumnsLable(_apiName + 'LastModifierId') || 'LastModifierId', "prop": "lastModifierId", } ) @@ -235,7 +235,7 @@ export const tableMixins = { "name": "TenantId", "apiBaseType": "string", "baseApiName": _apiName + 'TenantId', - "label": zhApiColumnsLable(_apiName + 'TenantId') || _apiName + 'TenantId', + "label": zhApiColumnsLable(_apiName + 'TenantId') || 'TenantId', "prop": "tenantId", } )