Commit e15acf2e authored by 赵啸非's avatar 赵啸非

修改站点请求地址

parent 15f98ed8
...@@ -70,22 +70,29 @@ ...@@ -70,22 +70,29 @@
{ {
label: "操作", label: "操作",
width: 240, width: 240,
formatter: row => { formatter: (row) => {
return ( return (
<table-buttons noAdd row={row} onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} /> <div>
<table-buttons
<el-button noAdd
size="mini" row={row}
type="text" onEdit={this.toEdit}
icon="el-icon-open" onView={this.toView}
onClick={() => { onDel={this.toDel}
this.distribute(row); />
}} <el-button
> size="mini"
部署 type="text"
</el-button> icon="el-icon-open"
onClick={() => {
this.distribute(row);
}}
>
部署
</el-button>
</div>
); );
} },
} }
] ]
} }
......
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