소스 검색

trialcase switch ok

xy 7 년 전
부모
커밋
37e996fb5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/common/manage/TencentResult.js

+ 1 - 1
src/app/common/manage/TencentResult.js

@@ -61,7 +61,7 @@ class TencentResult extends Component {
                                                     <span className={'schema-table-content'}>
                                                         {
                                                             this.props.trialcase?
-                                                                <Switch checked={true}/>
+                                                                <Switch checked={true} disabled/>
                                                                 :
                                                                 <SwitchStatus group={group}/>
                                                         }