From da9608ab2465b980ffe22ae64f44a1dffe9169f9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 六月 2022 12:27:05 +0800 Subject: [PATCH] 2022-06-21 --- src/views/appmanage/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/appmanage/index.jsx b/src/views/appmanage/index.jsx index bfff01d..7e3734a 100644 --- a/src/views/appmanage/index.jsx +++ b/src/views/appmanage/index.jsx @@ -1238,7 +1238,7 @@ <ScriptForm applist={applist} wrappedComponentRef={(inst) => this.scriptRef = inst} inputSubmit={this.submitScript} /> </Modal> <Modal - title={'缂栬緫瀛愬簲鐢�'} + title={subVisible === 'plus' ? '娣诲姞瀛愬簲鐢�' : '缂栬緫瀛愬簲鐢�'} width={'850px'} maskClosable={false} visible={subVisible !== false} -- Gitblit v1.8.0