|
@ -1,3 +1,4 @@ |
|
|
|
|
|
import i18n from "@/lang" |
|
|
import { |
|
|
import { |
|
|
getPageList, |
|
|
getPageList, |
|
|
getDetailed, |
|
|
getDetailed, |
|
@ -191,7 +192,7 @@ export const tableMixins = { |
|
|
"name": "CreationTime", |
|
|
"name": "CreationTime", |
|
|
"apiBaseType": "datetime", |
|
|
"apiBaseType": "datetime", |
|
|
"baseApiName": _apiName + 'CreationTime', |
|
|
"baseApiName": _apiName + 'CreationTime', |
|
|
"label": zhApiColumnsLable(_apiName + 'CreationTime') || 'CreationTime', |
|
|
"label": zhApiColumnsLable(_apiName + 'CreationTime') || i18n.t('columNames.CreationTime'), |
|
|
"prop": "creationTime", |
|
|
"prop": "creationTime", |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
@ -203,7 +204,7 @@ export const tableMixins = { |
|
|
"name": "CreatorId", |
|
|
"name": "CreatorId", |
|
|
"apiBaseType": "string", |
|
|
"apiBaseType": "string", |
|
|
"baseApiName": _apiName + 'CreatorId', |
|
|
"baseApiName": _apiName + 'CreatorId', |
|
|
"label": zhApiColumnsLable(_apiName + 'CreatorId') || 'CreatorId', |
|
|
"label": zhApiColumnsLable(_apiName + 'CreatorId') || i18n.t('columNames.CreatorId'), |
|
|
"prop": "creatorId", |
|
|
"prop": "creatorId", |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
@ -215,7 +216,7 @@ export const tableMixins = { |
|
|
"name": "LastModificationTime", |
|
|
"name": "LastModificationTime", |
|
|
"apiBaseType": "datetime", |
|
|
"apiBaseType": "datetime", |
|
|
"baseApiName": _apiName + 'LastModificationTime', |
|
|
"baseApiName": _apiName + 'LastModificationTime', |
|
|
"label": zhApiColumnsLable(_apiName + 'LastModificationTime') || 'LastModificationTime', |
|
|
"label": zhApiColumnsLable(_apiName + 'LastModificationTime') || i18n.t('columNames.LastModificationTime'), |
|
|
"prop": "lastModificationTime", |
|
|
"prop": "lastModificationTime", |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
@ -227,7 +228,7 @@ export const tableMixins = { |
|
|
"name": "LastModifierId", |
|
|
"name": "LastModifierId", |
|
|
"apiBaseType": "string", |
|
|
"apiBaseType": "string", |
|
|
"baseApiName": _apiName + 'LastModifierId', |
|
|
"baseApiName": _apiName + 'LastModifierId', |
|
|
"label": zhApiColumnsLable(_apiName + 'LastModifierId') || 'LastModifierId', |
|
|
"label": zhApiColumnsLable(_apiName + 'LastModifierId') || i18n.t('columNames.LastModifierId'), |
|
|
"prop": "lastModifierId", |
|
|
"prop": "lastModifierId", |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
@ -239,7 +240,7 @@ export const tableMixins = { |
|
|
"name": "TenantId", |
|
|
"name": "TenantId", |
|
|
"apiBaseType": "string", |
|
|
"apiBaseType": "string", |
|
|
"baseApiName": _apiName + 'TenantId', |
|
|
"baseApiName": _apiName + 'TenantId', |
|
|
"label": zhApiColumnsLable(_apiName + 'TenantId') || 'TenantId', |
|
|
"label": zhApiColumnsLable(_apiName + 'TenantId') || i18n.t('columNames.TenantId'), |
|
|
"prop": "tenantId", |
|
|
"prop": "tenantId", |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
|