| | |
| | | <tbody> |
| | | <tr v-for="(item,index) of this.Categorylist" :key="index"> |
| | | <td width="40px">{{item.categoryName}}</td> |
| | | <td>{{item.standard}}</td> |
| | | <td style="text-align:left">{{item.standard}}</td> |
| | | <td width="30px">{{item.peopleNum}}</td> |
| | | </tr> |
| | | </tbody> |
| | |
| | | <tbody v-if="this.poepleinfo.isVote==false"> |
| | | <tr v-for="(item,index) of this.poepleinfo.jsonArr" :key="index"> |
| | | <td width="45px">{{item.userName}}</td> |
| | | <td width="45px">{{item.evaluateTaskCategoryName}}</td> |
| | | <td width="45px" >{{item.evaluateTaskCategoryName}}</td> |
| | | <td>{{item.remark}}</td> |
| | | <td width="80px"><van-button type="danger" size="mini" @click="editRecommend(item,index)">修改</van-button><van-button type="danger" size="mini" @click="deleteRecommend(index)">删除</van-button></td> |
| | | </tr> |
| | |
| | | .Beingevaluated { |
| | | background: white; |
| | | padding: 20px; |
| | | height: 100%; |
| | | // height: 100%; |
| | | .title { |
| | | font-size: 18px; |
| | | font-weight: bold; |