diff --git a/src/locales/en.ts b/src/locales/en.ts index cc2d0185..d680b4b0 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -3313,7 +3313,8 @@ export default { detailDialogBoxingDatePlaceholder: 'Select boxing date', detailDialogArriveDateLabel: 'Arrival Date', detailDialogArriveDatePlaceholder: 'Select arrival date', - detailDialogRemarkLabel: 'Remark:', + detailDialogRemarkLabel: 'Remark', + detailDialogRemarkPlaceholder: 'Please enter remark', detailDialogSubmitButtonText: 'Confirm', detailDialogCancelButtonText: 'Cancel', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 7ebf9212..e11b0abd 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -3159,7 +3159,8 @@ export default { detailDialogBoxingDatePlaceholder: '选择装柜日期', detailDialogArriveDateLabel: '到达日期', detailDialogArriveDatePlaceholder: '选择到达日期', - detailDialogRemarkLabel: '备注:', + detailDialogRemarkLabel: '备注', + detailDialogRemarkPlaceholder: '请输入备注', detailDialogSubmitButtonText: '确 定', detailDialogCancelButtonText: '取 消', diff --git a/src/views/mes/task/components/TaskDetailForm.vue b/src/views/mes/task/components/TaskDetailForm.vue index c2e40266..734b17b1 100644 --- a/src/views/mes/task/components/TaskDetailForm.vue +++ b/src/views/mes/task/components/TaskDetailForm.vue @@ -71,18 +71,6 @@ - - - - - - - - @@ -95,7 +83,7 @@ /> - + + + + + + + + + + + + - - - -