src/components/view/b1-inspect-order-plan.vue
@@ -102,6 +102,11 @@ .ins-order-plan-main .el-form-item__label{ color: #000; } .ins-order-plan-main .el-table th.el-table__cell>.cell{ height: 46px; line-height: 30px; } </style> <template> <div class="ins-order-plan-main"> @@ -245,9 +250,9 @@ font: '复核', type: 'text', method: 'handleReview', /* disabFun: (row, index) => { disabFun: (row, index) => { return row.userId == null || row.insState != 3 || row.verifyUser != 1 } */ } }, { id: '', font: '认领',