chore: 隐藏代理上的详情按钮
This commit is contained in:
parent
c473d6a614
commit
ba87cf2cb2
|
@ -186,25 +186,25 @@ export default {
|
|||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
fixed: "right",
|
||||
type: "jsx",
|
||||
align: "center",
|
||||
width: "140px",
|
||||
render: (row) => {
|
||||
let edit = () => {
|
||||
// this.$refs.viewDetails.toggle(row).update();
|
||||
};
|
||||
return (
|
||||
<div>
|
||||
<el-button size="mini" type="primary" onClick={edit}>
|
||||
详情
|
||||
</el-button>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
},
|
||||
// {
|
||||
// title: "操作",
|
||||
// fixed: "right",
|
||||
// type: "jsx",
|
||||
// align: "center",
|
||||
// width: "140px",
|
||||
// render: (row) => {
|
||||
// let edit = () => {
|
||||
// // this.$refs.viewDetails.toggle(row).update();
|
||||
// };
|
||||
// return (
|
||||
// <div>
|
||||
// <el-button size="mini" type="primary" onClick={edit}>
|
||||
// 详情
|
||||
// </el-button>
|
||||
// </div>
|
||||
// );
|
||||
// },
|
||||
// },
|
||||
];
|
||||
},
|
||||
tableEvent() {
|
||||
|
@ -228,4 +228,4 @@ export default {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
|
Loading…
Reference in New Issue