pc-master #231

Merged
xiaomeng merged 5 commits from pc-master into portal 2025-04-17 08:04:51 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 56bb094b50 - Show all commits

View File

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

View File

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