Ver código fonte

trialcase switch ok

xy 7 anos atrás
pai
commit
37e996fb5a
1 arquivos alterados com 1 adições e 1 exclusões
  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}/>
                                                         }