linwenxin 3 mēneši atpakaļ
vecāks
revīzija
01a182bb13
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      src/views/workOrder/qualityFeedback/index.vue

+ 3 - 0
src/views/workOrder/qualityFeedback/index.vue

@@ -979,6 +979,9 @@ export default {
     operation() {
     operation() {
       return this.operationBtn({
       return this.operationBtn({
         edit: {
         edit: {
+          conditions: ({ row, index, column }) => {
+            return row.status == 'SAVE'
+          },
           click: ({ row, index, column }) => {
           click: ({ row, index, column }) => {
             this.getClassifyListData()
             this.getClassifyListData()
             qualityFeedbackDetail({
             qualityFeedbackDetail({