7ec5017b by zhangmeng

背号日程查询

1 parent 723c1d4f
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
70 {{ language == 0 ? '找到多个团体' : 'Found multiple teams' }} 70 {{ language == 0 ? '找到多个团体' : 'Found multiple teams' }}
71 </div> 71 </div>
72 <div v-if="showGroupList" class="groupList rollY"> 72 <div v-if="showGroupList" class="groupList rollY">
73 <div class="rollY"> 73 <div>
74 <ul> 74 <ul>
75 <li v-for="(item, index) in groupList" :key="index" @click="showDetail(item)">{{ item }} 75 <li v-for="(item, index) in groupList" :key="index" @click="showDetail(item)">{{ item }}
76 <el-icon class="fr"> 76 <el-icon class="fr">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!