guoyujia 9 月之前
父節點
當前提交
8f3dc0c634
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)"
                                     >保存</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>
                                     </template>
           </el-table-column>