mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
fix:锁定项目/学习路径图操作面板
This commit is contained in:
@@ -1167,7 +1167,7 @@ export default {
|
||||
key: "opacation",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
// fixed: "right",
|
||||
fixed: "right",
|
||||
scopedSlots: { customRender: "action" }, //引入的插槽
|
||||
customRender: (text) => {
|
||||
// console.log(text);
|
||||
|
||||
@@ -1394,7 +1394,7 @@ export default {
|
||||
key: "operation",
|
||||
width: 300,
|
||||
align: "center",
|
||||
// fixed: "right",
|
||||
fixed: "right",
|
||||
customRender: (value) => {
|
||||
// console.log("value", value.record.type, value.record.status);
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user