@@ -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>