This commit is contained in:
home孙 2025-04-17 10:30:06 +08:00
parent 22b65ab537
commit 56bb094b50
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"
>
{{
inputData[this.startList[this.indexs - 1]] == 0 ? "无效" : "有效"
inputData[this.startList[this.indexs - 1]] == 0 ? '无效' : '无效'
}}
</div>
</div>

View File

@ -11,7 +11,7 @@
@click="changeOpen(0)"
:class="inputData[22040] == 0 ? 'blue' : 'green'"
>
{{ inputData[22040] == 0 ? "无效" : "有效" }}
{{ inputData[22040] == 0 ? '无效' : '无效' }}
</div>
</div>
</div>