[update] 修改bug87539

This commit is contained in:
lideqin
2024-07-26 17:29:56 +08:00
parent 9a22f1c764
commit 3b3fd05902
3 changed files with 33 additions and 3 deletions
@@ -35,7 +35,11 @@ module.exports = {
cancelAuthor: 'deauthorize',
authorizationDate: 'Authorization date',
authorizationStandard: 'Authorized bid',
confirmCancelAuthor: 'Confirm the deauthorization?'
confirmCancelAuthor: 'Confirm the deauthorization?',
viewAll: 'View all',
inputExample: 'Input example',
nullAutoCreate: 'Do not fill automatically generated',
cannotJumpAfterDeletion: 'After deletion, other places using the standard cannot jump, confirm deletion?'
},
// 评审会记录
reviewMeeting: {
@@ -38,7 +38,8 @@ module.exports = {
confirmCancelAuthor: '确认解除授权?',
viewAll: '查看全部',
inputExample: '输入示例:',
nullAutoCreate: '不填自动生成'
nullAutoCreate: '不填自动生成',
cannotJumpAfterDeletion: '删除后,其他使用标准的地方无法跳转,确认删除吗?'
},
// 评审会记录
reviewMeeting: {