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", } )