king
2022-08-16 cc836600db6b4adecaaeb383a09e6ff89a2f0553
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>
          )