From 4e6b881b89a300836bc647ddd2caf6878dc1a342 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 十二月 2021 15:54:34 +0800 Subject: [PATCH] 2021-12-10 --- src/templates/sharecomponent/actioncomponent/actionform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx index efdf7db..b77d907 100644 --- a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx @@ -66,10 +66,10 @@ }], deleteOptions: [{ value: 'LogicDelete', - text: this.props.dict['header.form.action.LogicDelete'] + text: '閫昏緫鍒犻櫎' }, { value: 'delete', - text: this.props.dict['header.form.action.delete'] + text: '鐗╃悊鍒犻櫎' }, { value: 'custom', text: this.props.dict['header.form.custom'] -- Gitblit v1.8.0