src/templates/sharecomponent/settingcomponent/settingform/simplescript/index.jsx
@@ -70,13 +70,13 @@ render: (text, record) => record.status === 'false' ? ( <div style={{color: '#ff4d4f'}}> {this.props.dict['model.status.forbidden']} 禁用 <StopOutlined style={{marginLeft: '5px'}} /> </div> ) : ( <div style={{color: '#26C281'}}> {this.props.dict['model.status.open']} 启用 <CheckCircleOutlined style={{marginLeft: '5px'}}/> </div> )