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