| | |
| | | <tbody> |
| | | <tr v-for="(item,index) of this.Categorylist" :key="index"> |
| | | <td width="40px">{{item.categoryName}}</td> |
| | | <td width="100px">{{item.standard}}</td> |
| | | <td width="100px" style="text-align:left">{{item.standard}}</td> |
| | | <td width="30px">{{item.peopleNum}}</td> |
| | | <td width="60px" v-show="isVote==false"><p v-for="itemin in item.Voters" class="toupiaoshow" :key="itemin"><img src="/images/state.png" v-show="itemin.state==true" ><img v-show="itemin.state==false" src="/images/notstate.png"><span @click="remarkto(itemin)">{{itemin.userName}}</span></p></td> |
| | | <td width="50px" v-show="isVote==true"><p v-for="itemin in item.Voters" class="toupiaoshow" :key="itemin"><span>{{itemin.userName}}</span></p></td> |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | text-align: center; |
| | | justify-content: center; |
| | | // justify-content: center; |
| | | img{ |
| | | width: 20px; |
| | | height: 20px; |