Compare commits

..

No commits in common. "38e53f618d550a3cbfddc4b1c5326154f73f7068" and "88e819d5bb030ee62d2f58cea9f39b4531edb092" have entirely different histories.

View File

@ -487,7 +487,7 @@
<div class="input-btn"> <div class="input-btn">
<div <div
class="btn btn-w70" class="btn btn-w70"
@click="changeIndexOpen3(0)" @click="changeIndexOpen3(1)"
:class="actList3[0] == '1' ? 'blue' : 'off'" :class="actList3[0] == '1' ? 'blue' : 'off'"
> >
{{ actList3[0] == "1" ? "有效" : "无效" }} {{ actList3[0] == "1" ? "有效" : "无效" }}
@ -521,7 +521,7 @@
<div class="input-btn"> <div class="input-btn">
<div <div
class="btn btn-w70" class="btn btn-w70"
@click="changeIndexOpen3(2)" @click="changeIndexOpen3(1)"
:class="actList3[2] == '1' ? 'blue' : 'off'" :class="actList3[2] == '1' ? 'blue' : 'off'"
> >
{{ actList3[2] == "1" ? "有效" : "无效" }} {{ actList3[2] == "1" ? "有效" : "无效" }}