feat:业务办理
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
33 | <div class="right-situation el-card box-card is-always-shadow"> | 33 | <div class="right-situation el-card box-card is-always-shadow"> |
34 | <div class="right-title">{{ obj[n] }}</div> | 34 | <div class="right-title">{{ obj[n] }}</div> |
35 | <ul> | 35 | <ul> |
36 | <li v-for="(item, index) in itemList" :key="index" @click="handleSelectYw(item, ywList)" | 36 | <li v-for="(item, index) in itemList" :key="index" @click="handleSelectYw(item, itemList)" |
37 | :class="item.cselect ? 'cactive' : ''"> | 37 | :class="item.cselect ? 'cactive' : ''"> |
38 | <p v-if="n == 0"> | 38 | <p v-if="n == 0"> |
39 | {{ item.djywmc }}<br> | 39 | {{ item.djywmc }}<br> | ... | ... |
-
Please register or sign in to post a comment