linwenxin 3 hónapja
szülő
commit
3f3d301f42
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/views/workOrder/qualityFeedback/index.vue

+ 2 - 2
src/views/workOrder/qualityFeedback/index.vue

@@ -494,7 +494,7 @@ export default {
           name: 'el-select',
           md: 6,
           formItemAttributes: {
-            label: '产品小类',
+            label: '产品小类',
             prop: 'smallId',
             rules: [...required]
           },
@@ -1042,7 +1042,7 @@ export default {
       return this.operationBtn({
         edit: {
           conditions: ({ row, index, column }) => {
-            return row.status == 'SAVE'
+            return ['SAVE', 'REJECT'].includes(row.status)
           },
           click: ({ row, index, column }) => {
             this.getClassifyListData()