style:业务办理
Showing
1 changed file
with
7 additions
and
8 deletions
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <el-collapse-item title="业务申请" name="1"> | 7 | <el-collapse-item title="业务申请" name="1"> |
8 | <ul class="item-list"> | 8 | <ul class="item-list"> |
9 | <li v-for="(obj, key) in list" :key="key" @click="handleList(list, obj)" :class="obj.check ? 'active' : ''"> | 9 | <li v-for="(obj, key) in list" :key="key" @click="handleList(list, obj)" :class="obj.check ? 'active' : ''"> |
10 | {{ obj.nodename}}</li> | 10 | {{ obj.nodename }}</li> |
11 | </ul> | 11 | </ul> |
12 | </el-collapse-item> | 12 | </el-collapse-item> |
13 | </el-collapse> | 13 | </el-collapse> |
... | @@ -23,9 +23,9 @@ | ... | @@ -23,9 +23,9 @@ |
23 | <p> | 23 | <p> |
24 | {{ item.nodename }} | 24 | {{ item.nodename }} |
25 | </p> | 25 | </p> |
26 | <p v-if="item.sffqlc == 1" :class="item.userCollect==1 ? 'active' : ''" | 26 | <p v-if="item.sffqlc == 1" :class="item.userCollect == 1 ? 'active' : ''" |
27 | @click.stop="handleCollection(item)"> | 27 | @click.stop="handleCollection(item)"> |
28 | <i class="el-icon-star-off" :class="item.userCollect==1 ? 'active' : ''"></i> | 28 | <i class="el-icon-star-off" :class="item.userCollect == 1 ? 'active' : ''"></i> |
29 | </p> | 29 | </p> |
30 | </li> | 30 | </li> |
31 | </ul> | 31 | </ul> |
... | @@ -41,9 +41,8 @@ | ... | @@ -41,9 +41,8 @@ |
41 | {{ item.nodename }} | 41 | {{ item.nodename }} |
42 | </p> | 42 | </p> |
43 | 43 | ||
44 | <p v-if="item.sffqlc == 1" :class="item.userCollect==1 ? 'active' : ''" | 44 | <p v-if="item.sffqlc == 1" class="active" @click.stop="handleCollection(item)"> |
45 | @click.stop="handleCollection(item)"> | 45 | <i class="el-icon-star-off active"></i> |
46 | <i class="el-icon-star-off" :class="item.userCollect==1 ? 'active' : ''"></i> | ||
47 | </p> | 46 | </p> |
48 | </li> | 47 | </li> |
49 | </ul> | 48 | </ul> |
... | @@ -56,8 +55,8 @@ | ... | @@ -56,8 +55,8 @@ |
56 | <p> | 55 | <p> |
57 | {{ item.nodename }} | 56 | {{ item.nodename }} |
58 | </p> | 57 | </p> |
59 | <p :class="item.userCollect==1 ? 'active' : ''" @click.stop="handleCollection(item)"> | 58 | <p :class="item.userCollect == 1 ? 'active' : ''" @click.stop="handleCollection(item)"> |
60 | <i class="el-icon-star-off" :class="item.userCollect==1 ? 'active' : ''"></i> | 59 | <i class="el-icon-star-off" :class="item.userCollect == 1 ? 'active' : ''"></i> |
61 | </p> | 60 | </p> |
62 | </li> | 61 | </li> |
63 | </ul> | 62 | </ul> | ... | ... |
-
Please register or sign in to post a comment