Commit ab229e2e by wuqian

启动状态组件修改为switch

parent 8e8a2da7
......@@ -256,10 +256,9 @@ export default {
key: 'url',
width: '',
render: (item) => (
<el-checkbox
<el-switch
value={item.enable}
onChange={(v) => this.enableChange(item, v)}
label=""></el-checkbox>
onChange={(v) => this.enableChange(item, v)}></el-switch>
)
},
{
......
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