Commit ab229e2e by wuqian

启动状态组件修改为switch

parent 8e8a2da7
...@@ -256,10 +256,9 @@ export default { ...@@ -256,10 +256,9 @@ export default {
key: 'url', key: 'url',
width: '', width: '',
render: (item) => ( render: (item) => (
<el-checkbox <el-switch
value={item.enable} value={item.enable}
onChange={(v) => this.enableChange(item, v)} onChange={(v) => this.enableChange(item, v)}></el-switch>
label=""></el-checkbox>
) )
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment