From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- src/views/appmanage/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/appmanage/index.jsx b/src/views/appmanage/index.jsx index bfff01d..a39380c 100644 --- a/src/views/appmanage/index.jsx +++ b/src/views/appmanage/index.jsx @@ -1225,7 +1225,7 @@ </Modal> <Modal title={'娣诲姞鑴氭湰'} - width={750} + width={900} maskClosable={false} visible={scriptVisible} onCancel={() => this.setState({scriptVisible: false, confirmloading: false})} @@ -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