社区管理-处置状态
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="type-select" v-if="haveHomeQuarantineBtn == 1">
|
||||
<div class="type-item" :class="form.handleType == index ? 'active' : 'type-item-'+item.dictValue" v-for="(item, index) in handlerTypeList" :key="index" @click="handleTypeClick(index)" v-if="index > 0">{{item.dictName}}</div>
|
||||
<div class="type-item" :class="form.handleType == index ? 'active' : ''" v-for="(item, index) in handlerTypeList" :key="index" @click="handleTypeClick(index)" v-if="index > 0">{{item.dictName}}</div>
|
||||
</div>
|
||||
<div class="type-select" v-else>
|
||||
<div class="type-item" :class="form.handleType == index ? 'active' : 'type-item-'+item.dictValue" v-for="(item, index) in handlerTypeList" :key="index" @click="handleTypeClick(index)" v-if="index != 0 && index != 3 && index != 4">{{item.dictName}}</div>
|
||||
<div class="type-item" :class="form.handleType == index ? 'active' : ''" v-for="(item, index) in handlerTypeList" :key="index" @click="handleTypeClick(index)" v-if="index != 0 && index != 3 && index != 4">{{item.dictName}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="info mar-b16" v-if="form.handleType == 2">
|
||||
@@ -316,17 +316,6 @@ export default {
|
||||
border: none;
|
||||
color: #fff;
|
||||
}
|
||||
.type-item-1,
|
||||
.type-item-5{
|
||||
color: #42D784;
|
||||
}
|
||||
.type-item-2,
|
||||
.type-item-3{
|
||||
color: #f46;
|
||||
}
|
||||
.type-item-4{
|
||||
color: #FFA938;
|
||||
}
|
||||
}
|
||||
.item {
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user