浏览代码

no message

linwenxin 3 月之前
父节点
当前提交
3f3d301f42
共有 1 个文件被更改,包括 2 次插入2 次删除
  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()