Commit fe898a56 authored by 康振飞's avatar 康振飞

Merge branch 'master' of git.mes123.com:zhouyx/mes-ui

parents 09f279f4 ea69a043
...@@ -72,6 +72,7 @@ export default { ...@@ -72,6 +72,7 @@ export default {
size: 20, size: 20,
color: params.row.insert_flag == 1 ? "#2680EB" : "#aaa" color: params.row.insert_flag == 1 ? "#2680EB" : "#aaa"
}, },
class: "click-h",
on: { click: () => this.changeFlag(params.row.id, params.index) } on: { click: () => this.changeFlag(params.row.id, params.index) }
}); });
} }
...@@ -326,7 +327,7 @@ export default { ...@@ -326,7 +327,7 @@ export default {
oprate: "delete", oprate: "delete",
msg: "确认要刪除工序吗?" msg: "确认要刪除工序吗?"
}, },
class: "icons-h", class: "icons-h",
on: { click: () => this.remove(params.row, params.index) } on: { click: () => this.remove(params.row, params.index) }
}) })
]); ]);
...@@ -457,4 +458,8 @@ export default { ...@@ -457,4 +458,8 @@ export default {
border-radius: 50%; border-radius: 50%;
background-color: #aecef5; background-color: #aecef5;
} }
.click-h:hover {
cursor: pointer;
font-weight: bold;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment