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>