value
2024-04-02 4da37d48c483d8c8aeb23925ccb33d57cb5a4ccf
src/components/view/b1-inspect-order-plan.vue
@@ -245,9 +245,9 @@
                     font: '复核',
                     type: 'text',
                     method: 'handleReview',
                     disabFun: (row, index) => {
                        return row.userId == null || row.insState != 4
                     }
                     // disabFun: (row, index) => {
                     //    return row.userId == null || row.insState != 4
                     // }
                  }, {
                     id: '',
                     font: '认领',
@@ -401,7 +401,7 @@
            row,
            rowIndex
         }) {
            if (this.currentTime === row.appointed) {
            if (this.currentTime == row.appointed) {
               return 'highlight-warning-row-border'
            } else if (this.currentTime > row.appointed) {
               return 'highlight-danger-row-border'