guoyujia 9 months ago
parent
commit
8f3dc0c634
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/inventoryCheck/index.vue

+ 1 - 1
src/views/business/inventoryCheck/index.vue

@@ -111,7 +111,7 @@
                                     @click="handleSave(scope.row)"
                                     @click="handleSave(scope.row)"
                                     >保存</el-button
                                     >保存</el-button
                                     >
                                     >
-                                    <el-button v-if="scope.row.status != 0" link type="primary" icon="Download" @click="handleExport(scope.row)">导出
+                                    <el-button v-if="scope.row.status == 2" link type="primary" icon="Download" @click="handleExport(scope.row)">导出
                     </el-button>
                     </el-button>
                                     </template>
                                     </template>
           </el-table-column>
           </el-table-column>