This commit is contained in:
caozehui
2025-07-31 09:40:12 +08:00
parent 327801d040
commit 00893d2d1f

View File

@@ -136,7 +136,7 @@
link link
:icon='Download' :icon='Download'
@click="openDrawer('报告下载', scope.row)" @click="openDrawer('报告下载', scope.row)"
v-if='form.activeTabs === 3 && form.activeChildTabs === 0 && scope.row.reportState === 1' v-if='form.activeTabs === 3 && form.activeChildTabs === 0 && (scope.row.reportState === 1 ||scope.row.reportState === 3)'
>报告下载 >报告下载
</el-button> </el-button>