浏览代码

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}/>
                                                         }