tangning 2 months ago
parent
commit
072c844f38
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/productOperation/viewKankan.vue

+ 2 - 1
src/views/productOperation/viewKankan.vue

@@ -98,7 +98,8 @@
               {
                 label: '下载',
                 ifShow: getTypeCheckPerm('projects-download'),
-                disabled: !record.calcStatus == 1,
+                disabled: record.calcStatus != 1 && record.panoStatus != 3,
+
                 //icon: 'carbon:download',
                 onClick: handleDownload.bind(null, record),
               },