1
This commit is contained in:
parent
22b65ab537
commit
56bb094b50
@ -14,7 +14,7 @@
|
||||
"
|
||||
>
|
||||
{{
|
||||
inputData[this.startList[this.indexs - 1]] == 0 ? "无效" : "有效"
|
||||
inputData[this.startList[this.indexs - 1]] == 0 ? '无效' : '无效'
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
@click="changeOpen(0)"
|
||||
:class="inputData[22040] == 0 ? 'blue' : 'green'"
|
||||
>
|
||||
{{ inputData[22040] == 0 ? "无效" : "有效" }}
|
||||
{{ inputData[22040] == 0 ? '无效' : '无效' }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user