添加虚拟清单列表页

This commit is contained in:
qq787203167
2022-04-02 17:36:26 +08:00
parent f3e891d508
commit bca6e26acc
6 changed files with 518 additions and 47 deletions
+54 -42
View File
@@ -536,48 +536,60 @@ module.exports = {
zoneOfApplication: 'zone of application',
releaseDate: 'release Date',
standardImplementationTime: 'Standard implementation time',
onlyPicture:'only upload pictures!',
fileUploadFailed:'file upload failed',
deletedSuccessfully:'deleted successfully',
uploadSuccessful:'upload successful',
noDelete:'the "exhibition area" has associated data, which cannot be deleted!',
numberRows:'number of rows',
numberColumns:'number of columns',
table:'table',
tableRowsColumns:'table rows and columns',
addQuantity:'add quantity',
enterQuantity:'Please enter quantity',
text:'text',
picture:'picture',
searchScope:'Search Scope',
newNode:'new node',
modifyNode:'modify node',
deleteNode:'delete node',
ImplementationDate:'Implementation Date',
vehicleInProductionDate:'vehicle in Production Date',
deleteNodes:'If there are child nodes under this node, they will be deleted synchronously. Are you sure to delete this data?',
onlyPicture: 'only upload pictures!',
fileUploadFailed: 'file upload failed',
deletedSuccessfully: 'deleted successfully',
uploadSuccessful: 'upload successful',
noDelete: 'the "exhibition area" has associated data, which cannot be deleted!',
numberRows: 'number of rows',
numberColumns: 'number of columns',
table: 'table',
tableRowsColumns: 'table rows and columns',
addQuantity: 'add quantity',
enterQuantity: 'Please enter quantity',
text: 'text',
picture: 'picture',
searchScope: 'Search Scope',
newNode: 'new node',
modifyNode: 'modify node',
deleteNode: 'delete node',
ImplementationDate: 'Implementation Date',
vehicleInProductionDate: 'vehicle in Production Date',
deleteNodes: 'If there are child nodes under this node, they will be deleted synchronously. Are you sure to delete this data?',
leastTwo: 'please select at least two pieces of data',
vehicleInProductionDate:'vehicle in Production Date',
mergeTerms:'determine merger terms',
documentSplitTemplate:'document split template',
batSetting:'batch setting',
selectDirectoryTerms:'please select the directory location to add terms',
StandardBreakdown:"Standard breakdown",
vehicleInProductionDate: 'vehicle in Production Date',
mergeTerms: 'determine merger terms',
documentSplitTemplate: 'document split template',
batSetting: 'batch setting',
selectDirectoryTerms: 'please select the directory location to add terms',
StandardBreakdown: 'Standard breakdown',
OnlyWord: 'only word files can be imported',
labelAreaDeleted:'If it is deleted, all label items under the display area will be deleted',
searchInResults:'Search in results',
searchContent:'Search content',
viewFile:'view file',
fileFormatIncorrect:'the file format is incorrect',
pleaseUploadFile:'please upload the file',
documentSplitList:'document split list display',
selectSplitListDisplay:'Please select whether to split the document list for display',
selectDisplayList:'please select whether to display in list',
documentSplitDisplay:'document splitting module display',
VirtualListName:'Virtual list name',
listStatus:'List status',
creater:'creater',
withdraw:'withdraw',
maintenanceList:'Maintenance list',
instructionForUse:'instruction for use'
labelAreaDeleted: 'If it is deleted, all label items under the display area will be deleted',
searchInResults: 'Search in results',
searchContent: 'Search content',
viewFile: 'view file',
fileFormatIncorrect: 'the file format is incorrect',
pleaseUploadFile: 'please upload the file',
documentSplitList: 'document split list display',
selectSplitListDisplay: 'Please select whether to split the document list for display',
selectDisplayList: 'please select whether to display in list',
documentSplitDisplay: 'document splitting module display',
VirtualListName: 'Virtual list name',
listStatus: 'List status',
creater: 'creater',
withdraw: 'withdraw',
maintenanceList: 'Maintenance list',
instructionForUse: 'instruction for use',
subtitle: 'subtitle',
scopeOfApplication: 'Scope of application',
correspondingStandard: 'Corresponding standard',
implementationCategory: 'Implementation category',
certificationType: 'Certification Type',
certificationLevel: 'Certification level',
areaOfResponsibility: 'Area of responsibility',
confirmationOfDesignConformity: 'Confirmation of design conformity',
Deliverables: 'Deliverables',
personLiable: 'person liable',
PrehomoConfirmation:'Prehomo confirmation',
verificationAndConformityconfirmation:'Verification and conformity confirmation',
}
+13 -1
View File
@@ -583,5 +583,17 @@ module.exports = {
creater:'创建人',
withdraw:'撤回',
maintenanceList:'维护清单',
instructionForUse:'使用说明'
instructionForUse:'使用说明',
subtitle:'子标题',
scopeOfApplication:'适用范围',
correspondingStandard:'对应标准',
implementationCategory:'实施类别',
certificationType:'认证类型',
certificationLevel:'认证级别',
areaOfResponsibility:'责任领域',
confirmationOfDesignConformity:'设计符合性确认',
Deliverables:'交付物',
personLiable:'责任人',
PrehomoConfirmation:'Prehomo确认',
verificationAndConformityconfirmation:'验证符合性确认',
}