|
@@ -90,7 +90,7 @@ export default {
|
|
|
{label: "创建时间", prop: "createTime"}
|
|
|
],
|
|
|
optList: [
|
|
|
- {icon: "el-icon-edit", tooltip: "修改", on: that.handleEditor},
|
|
|
+ // {icon: "el-icon-edit", tooltip: "修改", on: that.handleEditor},
|
|
|
{icon: "el-icon-document", tooltip: "详情", on: that.handleDetail},
|
|
|
{icon: "el-icon-delete", tooltip: "删除", on: that.handleDelete}
|
|
|
],
|