@@ -273,7 +273,6 @@ export default {
},
operation() {
return (h, { row, index, column }) => {
- console.log(row)
return (
<div class="operation-btns">
{row.examineStatus == 'WAIT' && this.$checkBtnRole('examine', this.$route.meta.roles) ? (