chore: 隐藏代理上的详情按钮

This commit is contained in:
lzhizhao 2025-07-09 20:36:44 +08:00
parent c473d6a614
commit ba87cf2cb2
1 changed files with 20 additions and 20 deletions

View File

@ -186,25 +186,25 @@ export default {
); );
}, },
}, },
{ // {
title: "操作", // title: "",
fixed: "right", // fixed: "right",
type: "jsx", // type: "jsx",
align: "center", // align: "center",
width: "140px", // width: "140px",
render: (row) => { // render: (row) => {
let edit = () => { // let edit = () => {
// this.$refs.viewDetails.toggle(row).update(); // // this.$refs.viewDetails.toggle(row).update();
}; // };
return ( // return (
<div> // <div>
<el-button size="mini" type="primary" onClick={edit}> // <el-button size="mini" type="primary" onClick={edit}>
//
</el-button> // </el-button>
</div> // </div>
); // );
}, // },
}, // },
]; ];
}, },
tableEvent() { tableEvent() {
@ -228,4 +228,4 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped></style> <style lang="scss" scoped></style>