修改危废品箱top Card.vue
This commit is contained in:
parent
0c497a0b8f
commit
bb1c37828a
@ -17,10 +17,10 @@
|
||||
<div class="img2" :class="prop.config.classArr">
|
||||
<img :src="prop.config.image">
|
||||
</div>
|
||||
<div class="text2">
|
||||
<!-- <div class="text2">
|
||||
<div class="text2-l " :class="[prop.config.value == 0?'grey':'green']"></div>
|
||||
<div class="text2-r" :class="[prop.config.value == 0?'grey':'green']">{{ prop.config.value == 0?'关闭':'开启' }}</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div v-if="prop.config.type == 3" class="type3">
|
||||
<div class="img3">
|
||||
|
Loading…
Reference in New Issue
Block a user