晏有为
2024-05-15 c7e7d101d901ae10b9c32ea02f87abef54e280a7
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: '认领',