计划默认不勾选闪变

This commit is contained in:
sjl
2025-10-14 20:54:35 +08:00
parent 55ff45f9a9
commit 045acfa061
2 changed files with 15 additions and 7 deletions

View File

@@ -43,6 +43,7 @@
v-auth.plan="'analysis'"
icon="DataLine"
:disabled="!scope.isSelected"
v-if=" modeStore.currentMode != '比对式'"
@click="statisticalAnalysisMore(scope.selectedListIds, scope.selectedList)"
>
统计分析
@@ -104,7 +105,7 @@
v-auth.plan="'analysis'"
link
icon="DataLine"
v-if="scope.row.testState == '2'"
v-if="scope.row.testState == '2' && modeStore.currentMode != '比对式'"
@click="statisticalAnalysis(scope.row)"
>
统计分析