fix: 删除详情按钮

This commit is contained in:
lzhizhao 2025-07-10 14:42:13 +08:00
parent 2f33c86395
commit 0515ddc04c
1 changed files with 20 additions and 20 deletions

View File

@ -175,25 +175,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() {